You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are quite a lot of commands that do not provide long options and are thus a black box to new users. Mnemonics should help with that. A trick to finding pages that contain a short option is grep -r " -[a-zA-Z][^a-zA-Z]"
This does not however find pages that have two short options groupled together like -ab
The text was updated successfully, but these errors were encountered:
There are quite a lot of commands that do not provide long options and are thus a black box to new users. Mnemonics should help with that. A trick to finding pages that contain a short option is
grep -r " -[a-zA-Z][^a-zA-Z]"
This does not however find pages that have two short options groupled together like
-ab
The text was updated successfully, but these errors were encountered: