Tagged “commands”
-
TIL Find Command search terminal commands
I wanted to look for files with a specific extension. You can do that with ls *.(mp3|exe|mp4)
-
TIL how to see if terminal commands exist terminal commands
Use the 'command -v' to see if the command exists. For example: '$ command -v git'
See all tags.