Coderwall
Ruby
Python
JavaScript
Front-End
Tools
iOS
More
Tips
Ruby
Python
JavaScript
Front-End
Tools
iOS
PHP
Android
.NET
Java
Jobs
Jobs
Sign In or Up
Joined July 2013
·
peeyek
Bayu
sidoarjo, Indonesia
·
·
2 Protips
1 Comments
Posted to
List all gems without version numbers, and easily re-install them
over 1 year ago
you need to close that pipe quote.
gem list | sed 's/(.*)//'
gem list | sed 's/(.*)//' > gemlist.txt
Achievements
41 Karma
5,423 Total ProTip Views
Interests & Skills
sinatra
ruby
CSS
Python
Open Source
RAILS
JavaScript
you need to close that pipe quote.
gem list | sed 's/(.*)//'
gem list | sed 's/(.*)//' > gemlist.txt