Answers for "find command in linux"

0

find folder in linux

find / -name "dir-name-here"
Posted by: Guest on January-07-2021
2

find linux with extension

find /home/username/ -name "*.err"
Posted by: Guest on September-19-2020
3

find command in linux

find . -name tecmint.txt
Posted by: Guest on October-19-2020
0

find command in linux

find /home/linuxize -type f -name document.pdfCopy
Posted by: Guest on March-19-2021
0

find command in linux

find /etc/dovecot/conf.d -name "*.conf" -mtime 5Copy
Posted by: Guest on March-19-2021
0

find command in linux

find /var/log/nginx -type f -name '*.log.gz'Copy
Posted by: Guest on March-19-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language