Today I Learned - Rocky Kev

Tagged “commands”

  1. TIL Find Command

    I wanted to look for files with a specific extension. You can do that with ls *.(mp3|exe|mp4)

  2. TIL how to see if terminal commands exist

    Use the 'command -v' to see if the command exists. For example: '$ command -v git'

See all tags.