Linux Shell Commands – quick how-tos

10/01/2009
Linux Shell Commands – quick how-tos

Listen "Linux Shell Commands – quick how-tos"

Episode Synopsis

Following are linux commands, tricks for doing regular tasks. Rename files: replace space by _ in linux: for files in *; do mv "$files" `echo $files | tr ' '…
The post Linux Shell Commands – quick how-tos first appeared on Change Is Inevitable.