TIL: The bash help command's argument is a regex, not an exact command. Thus you can give it partial matches and patterns.
So 'help co' shows the help for any bash internal command starting with 'co' and 'help "*t"' shows the help for internal commands ending with a 't'.
Conversation
Notices
-
Command Line Magic (climagic@mastodon.social)'s status on Tuesday, 02-Oct-2018 21:32:06 UTC Command Line Magic
- spla :senyera: :vim: repeated this.