Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

remove all gems installed

gem list --no-versions | xargs gem uninstall -a
Comment

remove all gems installed

for x in `gem list --no-versions`; do gem uninstall $x -a -x -I; done
Comment

PREVIOUS NEXT
Code Example
Shell :: bash convert seconds to date 
Shell :: composer install from local directory 
Shell :: remove all local changes git 
Shell :: neofetch in linux 
Shell :: sudoers file location 
Shell :: tail remove newline 
Shell :: delete missing files from svn 
Shell :: which linux 
Shell :: git remove local branch 
Shell :: compiling c 
Shell :: Linux get bluetooth mac address 
Shell :: adobe photoshop on linux ubuntu 
Shell :: git change author of last 2 commits 
Shell :: see cpu usage terminal linux 
Shell :: linux run .sh in terminal 
Shell :: vite js install 
Shell :: edit commit message 
Shell :: install ghost script 
Shell :: how to run a .sh file 
Shell :: while loops in bash 
Shell :: docker ps not showing containers 
Shell :: zsh virtualenv 
Shell :: git remove credentials windows 
Shell :: git edit user of last commit 
Shell :: git revert commit for single file 
Shell :: /bin/bash^M: bad interpreter: No such file or directory 
Shell :: how to change mac address kali linux 
Shell :: set node role kubernetes 
Shell :: list of created ssh port forwarding 
Shell :: bash print a blank line 
ADD CONTENT
Topic
Content
Source link
Name
4+3 =