floss.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
For people who care about, support, and build Free, Libre, and Open Source Software (FLOSS).

Administered by:

Server stats:

681
active users

This evening i will be showing a group of students some of my favorite command-line tricks. Does anyone have any favorites that you think need to be in a "greatest hits"?

@markgalassi remember that not everything about the command line is the shell, some is readline (unless zsh?). But, betting you'll cover bash, i'd suggest

(a) tab completion (b) ^R history search, (c) apropos

Mark Galassi

@http http, thanks! I am an avid user of tab completion and even more of ^R (which I use nonstop - maybe because I'm a 40 year emacs user).
Vis-a-vis apropos, I am not so convinced: I just tried `apropos pdf annotation` hoping it would hone in on xournalpp, but instead of gave 83 matches with various pdf manipulators. "apropos C compiler" is also quite useless: it gives gcc, as well as 11720 other matches. Maybe I need to understand "apropos" better.