Linux find command
How to find all folder not contain path ".backup" as below[[email protected] huuphan.com]$ find ./ -type d -not -path "*/.backup*" -exec ls -ld {} \;
The screen output terminal:
How to find all symbolic link in current folder.
[[email protected] huuphan.com]$ find ./ -type l -exec ls -l {} \;
The screen output terminal:
Conclusion
Thought the article, you can use Linux find command. I hope will this your helpfulThanks for reading Linux find command My blog Zimbra Mail Server,linux,bash script,centos,linux command I hope this is useful.