Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

linux find command

find / -name .profile -print
find . -perm 0600 -print
find ./test ./logs -name failed*.* -type f
find . -ctime 1 -print
find . -name ‘*find*’ -print
Source by www.howtouselinux.com #
 
PREVIOUS NEXT
Tagged: #linux #find #command
ADD COMMENT
Topic
Name
4+6 =