DISQUS

DISQUS Hello! Tech-Recipes is using DISQUS, a powerful comment system, to manage its comments. Learn more.

Community Page

Tech-Recipes

Cookbook of Tech Tutorials
Jump to original thread »
Author

Limit the depth of search using find

Started by qdideas · 9 months ago

The find command searches all subdirectories under the specified path by default. Using the maxdepth option, the search depth can be limited.

To run a find command limited to only the current directory and not search through any subdirectories, use the -maxdepth 0 option:
find . -maxde ... Continue reading »

0 comments

This thread has no comments yet.

Add New Comment

Returning? Login