Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

find file by name linux

find /path -name *.txt
find /path -type f -name test.txt
find /path -name failed*.* -type f
find /path -type f -not -name “*.html”
find / -name “file.txt” -size +4M
find /dev/ -type b -name “sda*”
Source by www.howtouselinux.com #
 
PREVIOUS NEXT
Tagged: #find #file #linux
ADD COMMENT
Topic
Name
4+9 =