Community Page
- www.tech-recipes.com/ Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- this one also works: sudo apt-get install compizconfig-settings-manager
- Thank
- On Vista (Premium) cmd: taskkill /F /FI "USERNAME eq Quinn" messes up the explorer.exe .. :)
- please help!!!! i got the dreaded unmountable boot volume message..tried all 5 methods to boot.. safe mode..etc and none of these worked it just kept going back to same message..then whilst trying...
- Thank you so much
Tech-Recipes
Cookbook of Tech Tutorials
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 »
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.