I was helped out today with a command, but it doesn’t seem to be working. This is the command: find /home/me/download/ -type f -name "*.rm" -exec ffmpeg -i {}...
  • May 21, 2022
  • 0 Comments
Is it possible to use the find command in some way that it will not recurse into the sub-directories? For example, DirsRoot |-->SubDir1 | |-OtherFile1 |-->SubDir2 | |-OtherFile2 |-File1...
  • May 20, 2022
  • 0 Comments
How do you grep and only return the matching line? i.e. The path/filename is omitted from the results. In this case I want to look in all .bar files...
  • May 19, 2022
  • 0 Comments