cedric
06/13/2019, 10:33 PMps("foo")
would show all the processes that contain the string "foo"
in them
- find("bar")
same as find . -name \*bar\*
- find("bar", dirOnly = true)
self explanatoryethauvin
07/01/2019, 2:11 AMcedric
07/01/2019, 2:28 AMethauvin
07/01/2019, 2:41 AMcedric
07/01/2019, 3:03 AMval
!