Answers for "find syntax linux"

1

find in linux

$ find [where to start searching from]
 [expression determines what to find] [-options] [what to find]
 
 $ find ./GFG -name sample.txt
Posted by: Guest on February-20-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language