I love how the Unix commands have such intuitive naming.
-
I love how the Unix commands have such intuitive naming. Like 'find' if you need to find a file, or 'grep' if you need to grep for a string
@kamstrup
And sl if you happen to urgently need a steam locomotive in your life! -
@kamstrup Or 'mount' to mount a disk and 'umount' for umounting a disk
-
@kamstrup and awk if you need to look at documentation and give up and write a python script
-
I love how the Unix commands have such intuitive naming. Like 'find' if you need to find a file, or 'grep' if you need to grep for a string
@kamstrup dd for delete data
Maybe it was to encourage us to RTFM?
-
@kamstrup Bah, I remember gres you know.
-
I love how the Unix commands have such intuitive naming. Like 'find' if you need to find a file, or 'grep' if you need to grep for a string
@kamstrup awk if need to get stuff from awkward data
-
I love how the Unix commands have such intuitive naming. Like 'find' if you need to find a file, or 'grep' if you need to grep for a string
@kamstrup view to view a file, minus ew if you want to tidy it up a bit
-
@dwillanski @kamstrup … which chucks the fuzz. Nobrainer.
-
I love how the Unix commands have such intuitive naming. Like 'find' if you need to find a file, or 'grep' if you need to grep for a string
@kamstrup man if you need some mansplainin
-
-
@khleedril @kamstrup
$ alias please="sudo"Go on, you know you want to.
@boggin Random tip: make it alias please="sudo " (with a space at the end) and bash will autocomplete commands as the next word (no idea if it works in any other shell)
-
@kamstrup On a totally unrelated matter, I love it that in Apple II, `cat` listed files, while in Un*x it echoes their contents.
@tomminieminen @kamstrup catalog vs catenate. The perils of abbreviation (not something UNIX is afraid of).
-
@annehargreaves @kamstrup Yes, but adduser and useradd came from different parallel universe dialects of unix, it's just that we live in a multiverse that supports crossovers and team-ups
@cstross @annehargreaves @kamstrup Oh yeah, like the good rename command and the bad rename command.
-
@jay @cstross @annehargreaves @kamstrup also man crontab v.s. man 5 crontab v.s. man 8 crontab "of COURSE 8 means programs and 5 means config"
-
I love how the Unix commands have such intuitive naming. Like 'find' if you need to find a file, or 'grep' if you need to grep for a string
@kamstrup e-ll-ing a folders content
-
@annehargreaves @kamstrup Yes, but adduser and useradd came from different parallel universe dialects of unix, it's just that we live in a multiverse that supports crossovers and team-ups
@cstross The masterpiece of that convergence is "ps", where options include both "f" and "-f", with different meanings
-
I love how the Unix commands have such intuitive naming. Like 'find' if you need to find a file, or 'grep' if you need to grep for a string
@kamstrup
Like people remember where they were on 9/11, I remember vividly my first "shutdown -h now" on some BSD variant I just installed some 25 years ago.My first non Microsoft install. Felt like magic.
-
@kamstrup so often I found myself wishing to print my regular expressions globally but lacked a pithy and intuitive command. then came --
-
I love how the Unix commands have such intuitive naming. Like 'find' if you need to find a file, or 'grep' if you need to grep for a string
@kamstrup or fsck when you need to fsck
-
@jay @cstross @annehargreaves @kamstrup The best `man` pages are written to be so opaque that the only people who can understand the `man` page are people who don't need the `man` page because they know it all already.
Or possibly because they wrote the `man` page themselves.