You're viewing a comment by Jay and its responses.
You're viewing a comment by Jay and its responses.
I am being sponsored by Syntress! They bought me an amazing dedicated server to run catonmat on. If you're looking web services, I highly recommend the Syntress guys!
I am being sponsored by A-Writer! If you ever need help with essay writing, look no further than A-Writer! They will help you with your writing in as quickly as 3 hours!
I love to read science books. They make my day and I get ideas for awesome blog posts, such as Busy Beaver, On Functors, Recursive Regular Expressions and many others.
Take a look at my
Amazon wish list, if you're curious about what I have planned reading next, and want to surprise me. :)
If you are interested in advertising on catonmat.net, contact me.
Free tools for coding on Vietstarsoft.com.
Programming homework help.


A few problems with these one-liners:
not every 'mount' formats options like (opt1,opt2), some use (opt1, opt2), which impacts column -t output on filesystems with lots of options;
the event indicator !! is a bash-ism;
watch seems to be linux/GNU only, not available elsewhere, and on FreeBSD it is a totally different command:
watch(8) - snoop on another tty line;
--max-depth is a GNU du extension;
sort's -k option takes a initial number, i.e. '4', not '+4' which is an invalid field specification (but I guess it works with GNU sort).
Comment Responses
Great comments. I'll incorporate them in the article! Thank you! And if you ever read my future posts, I'd appreciate more comments of this style!
Reply To This Comment