Less Commonly Used Unix Commands
danielmiessler.com
Less Commonly Used Unix Commands
1–10 of 95 posts
Re: Less Commonly Used Unix Commands
#2Re: Less Commonly Used Unix Commands
#3Re: Less Commonly Used Unix Commands
#4The majority in the list seem pretty common, but I guess with more and more gui dependents some people just never spent days wading through man pages or info coreutils, so still useful.
Re: Less Commonly Used Unix Commands
#5Re: Less Commonly Used Unix Commands
#6Re: Less Commonly Used Unix Commands
#7Considering the number of API's that return json data these days, it's simplified my life a great deal. It's proven especially useful for automation shell scripts, when working with things like the aws command line client that return all results as json. Usually I'm looking to extract something like a single field to use as input for a following command, and jq makes it really easy. No more inline python or awkward sed regex's. :)
It's available using apt-get on debian/ubuntu, but that version is out of date with the online docs. It's rather trivial to build from source though (it has no external deps).
Re: Less Commonly Used Unix Commands
#8Re: Less Commonly Used Unix Commands
#9vim and xargs are less commonly used commands? Seems to be a mix here of small unix-y utilities and larger programs (like vim and tmux). Good stuff to know though.
Emacs user?
Re: Less Commonly Used Unix Commands
#10fetch is also useful to get w's.