Aliaser take control of your alias on Linux – http://goo.gl/pi5Vc
Latest Updates: bash RSS
-
-
Master the Linux bash command line with these 10 shortcuts – http://goo.gl/n0phj
-
Command Line | du Disk Usage Commands | Tips – http://www.linuxnov.com/command-line-du-disk-usage-commands-tips/
-
Managing your services and processes in Linux – http://goo.gl/s7dSd
-
Check whether or not a port on your box is openĀ - http://goo.gl/8W6UL
-
Debug Sections of a Script – http://goo.gl/BA2La
-
Change extension to multiple files (ex. JPG to jpeg): find . -name “*.JPG” -type f | xargs rename ‘s/\.JPG$/\.jpeg/’

