What is the best command line you use or you have ever seen in Unix/Linux shell ?
|
1
|
|||||||||||
|
migrated from stackoverflow.com Oct 29 at 13:55 |
|
closed as not a real question by Diago♦ Oct 29 at 13:55 |
|
| It's difficult to tell what is being asked here. This question is ambiguous, vague, or rhetorical and cannot be reasonably answered in its current form. |
|
|
wine; talk; touch; unzip; touch; strip; gasp; mount; fsck; more; yes; fsck; more; yes; fsck; gasp; unmount; Stolen off the net, but still good ;) |
||
|
|
|
|
Well, if we go by usage, mine would have to be ls. Kinda hard to accomplish anything if I can't see what I'm working on. |
||
|
|
|
|
locate is quite usefull |
||
|
|
|
|
I like |
||
|
|
|
|
kill -9 -1 beats everything... |
||||
|
|
|
Another one not to run without care:
But seriously, the
|
||
|
|
|
|
When a software RAID is being built or resynced, I like this command:
I am amused by how well it simulates something more sophisticated like top. |
|||
|
|
|
|
I've always been a fan of rm -rf / Warning: This command will recursively erase files starting from the root folder. Think more than twice before using it. |
||||||||||||
|
