-
Notifications
You must be signed in to change notification settings - Fork 1
CLIDarkArts
Josh Schairbaum edited this page Nov 11, 2015
·
4 revisions
find %{pattern} | xargs sed -i '' 's/%{old_text}/%{new_text}/'
find **/*.rb | xargs sed -i '' 's/Goliath.env/ENVIRONMENT/'
find . -type f -size +XXXk -exec ls -lh {} \; | awk '{ print $9 ": " $5 }'
cat | python -c 'import json,sys;obj=json.load(sys.stdin);print obj;'
aptitude search '~i'
Concepts
Elements
Guidelines
Miscellaneous
Techniques