12 lines
155 B
Plaintext
12 lines
155 B
Plaintext
=GEMS=
|
|
|
|
==uninstall all gems==
|
|
|
|
{{{class="brush: bash; ; toolbar: false;"
|
|
|
|
gem list | cut -d" " -f1 | xargs gem uninstall -aIx
|
|
|
|
}}}
|
|
|
|
[ [[index|Go home]] ]
|