Today's Question:  What does your personal desk look like?        GIVE A SHOUT

37 powerful Linux shell commands

Author : sonic0002    Post date : 2013-09-16 07:47:16

To work on Linux platform, you cannot avoid using shell commands to complete some tasks. These tasks can be as simple as list files in some directories or find some text in some file, or can be as complex as monitoring processes. In this post, we will share 37 powerful Linux shell commands.   Task Commands 1 Delete file with 0 byte(empty file) find . -type f -size 0 -exec rm -rf {} \;fin

Loading....

Top users