Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

find in linux

$ find [where to start searching from]
 [expression determines what to find] [-options] [what to find]
 
 $ find ./GFG -name sample.txt 
Source by www.howtouselinux.com #
 
PREVIOUS NEXT
Tagged: #find #linux
ADD COMMENT
Topic
Name
1+7 =