# To list files whose name contains "yoursearchterm" find / -name "*yoursearchterm*" -printSwap the "/" with a more specific path to limit your search. Add "-maxdepth 1" after the path and before "-name" to limit your search to a single directory.
Credit: http://stackoverflow.com/a/11329078
No comments:
Post a Comment