It took me a moment to figure out what was going on there (with the whole clippy thing). The bulk of this list is the top commands from commandlinefu which has been on HN before [0], [1]. You can even go meta and install a command to let you search commandlinefu [2]. [0] http://news.ycombinator.com/item?id=527486 [1] http://news.ycombinator.com/item?id=3843373 [2] http://samirahmed.github.com/fu/
I have a suspicion that it's actually a kind of targeted example-advertisement for the clippy thingo ;) and did somewhat work for me actually, I do now feel interested in learning more about the site
Favorite Unix Commands
121–130 of 135 posts
Re: Favorite Unix Commands
#122Earlier quoted context omitted.
What is the purpose of this?
Very useful, if you want to make a checkpoint (possibly for /), break things and then get back to the original state. If you'd do that for / , your own system would start behaving, like a system booted from LiveCD. And, after reboot, would return to the origanal state. Overlayfs is pretty cool actually. Allows you to overlay a lower directory with some other upper directory and mount the result somewhere. All the cha…
Re: Favorite Unix Commands
#123Re: Favorite Unix Commands
#124Alt Sys Rq o - useful if you need to shut down a system and your kvm is not working. http://en.wikipedia.org/wiki/Magic_SysRq_key
Re: Favorite Unix Commands
#125Re: Favorite Unix Commands
#126Earlier quoted context omitted.
I disagree. I think typing one more command "sudo !!" is much easier and straight-forward than doing 1. Ctrl+p. Go to the previous line in bash history. 2. Ctrl+a. Go to the beginning of the new line. 3. Type "sudo ". While you're typing your whole commandline shifts around as well. The latter mixes history commands, navigation commands and also modifies a previous command instead of just typing a new 7-letter comman…
You know writing out their function does not make them longer. ;) I agree with the parent because my left pinky is always on capsLock (my ctrl; I swapped caps with ctrl) so a ctrol ap is far easier than to go to shift + 1 twice(to type !). Again, this can be different in other keyboards/setups.
Re: Favorite Unix Commands
#127Re: Favorite Unix Commands
#128I like those un- commands for easier archive extracting, e.g.: alias unbz2='tar xvjf' alias untar='tar xvfz'
It provides a few commands, two of which I use the most:
als - list files in an archive
aunpack - exatract files from an archive
The best part is aunpack extracts files into a subdirectory (I hate polluting the current directory with files from a new archive which wasn't properly packaged to include a directory), and it does it only when necessary. Before I found it, I always used to create a temp directory, cd to it, unpack into it, and possibly move files around etc.Re: Favorite Unix Commands
#129Re: Favorite Unix Commands
#130Single user mode on an HPUX machine was, I think, the most useful to me. ( http://www.unixhub.com/docs/hpux/hpux_boot.html ) I wish I still had that machine, but I do not.