Earlier quoted context omitted.
> Plenty on this list are well known... My thoughts exactly. Time, df, du, iostat, watch, htop, wget, tmux, .... Really?
Most people know only the bare minimum to move files around. Not everyone has spent their life on a nix command line. And I don't even know why you'd think iostat, watch, htop, or tmux would be well-known amongst anyone other than sysadmins and long-time nix power users. And tmux didn't even exist five years ago.
Less Commonly Used Unix Commands
91–95 of 95 posts
Re: Less Commonly Used Unix Commands
#92I was really enjoying the fact you had a tl;dr next to each one. Then I noticed this wget: get w’s Ok, if I didn't know what wget did already that wasn't too useful. But then it gets worse vim: attack yourself man units: interesting ddate: wtf
watch: execute something on a schedule *in realtime* printf: change the format of output apropos: info on commands dd: disk writing ss: socket statistics (show apps *using the Internet*) Almost but not quite.
Re: Less Commonly Used Unix Commands
#93Earlier quoted context omitted.
watch: execute something on a schedule *in realtime* printf: change the format of output apropos: info on commands dd: disk writing ss: socket statistics (show apps *using the Internet*) Almost but not quite.
Right, that's what I'm saying. That's enough information for me to decide whether I need to google further if it's something I need to install myself (or use man if it's installed out of the box). The examples I gave don't give me that first bit of information.
Re: Less Commonly Used Unix Commands
#94Earlier quoted context omitted.
Right, that's what I'm saying. That's enough information for me to decide whether I need to google further if it's something I need to install myself (or use man if it's installed out of the box). The examples I gave don't give me that first bit of information.
No need for Google, just use man.
$ man ddate
No manual entry for ddateRe: Less Commonly Used Unix Commands
#95Earlier quoted context omitted.
> Plenty on this list are well known... My thoughts exactly. Time, df, du, iostat, watch, htop, wget, tmux, .... Really?
Most people know only the bare minimum to move files around. Not everyone has spent their life on a nix command line. And I don't even know why you'd think iostat, watch, htop, or tmux would be well-known amongst anyone other than sysadmins and long-time nix power users. And tmux didn't even exist five years ago.