Hack 101. Renice Command Examples How to decrease the priority of a running process? (Increase nice) How to increase the priority of a running process? (Decrease nice) Hack 1...
Hack 94. Du Command Examples How much space is taken by my home directory and all its subdirectories? Hack 94. Du Command Examples by Ramesh du command (disk usage) will p...
Hack 48. Tar Command Basics How can I create a single backup file of all files and subdirectories under my home directory? How do I view all the files inside the tar archive? How...
Hack 33. PROMPT_COMMAND Hack 33. PROMPT_COMMAND by Ramesh Bash shell executes the content of the PROMPT_COMMAND just before displaying the PS1 variable. ramesh@dev - db ~...
Hack 25. Cut Command Examples Display the 1st field (employee name) from a colon delimited file Display 1st and 3rd field from a colon delimited file Display only the first 8 cha...
Hack 22. Xargs Command Examples Xargs Example 1: Xargs Example 2: Xargs Example 3: Xargs Example 4: Xargs Example 5: Hack 22. Xargs Command Examples by Ramesh xargs is...
Hack 18. Find Command Examples How to find files containing a specific word in its name? How to find all the files greater than certain size? How to find files that are not modif...