1 search_fs
Booklordofthedings edited this page 2026-03-21 23:58:44 +01:00
  • touch name //create a file
  • cat name //output filename to terminal
  • find . -name "pattern" //search for a file recursivly
  • command | grep 'pattern' //run a command and search the output for a thign