# 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

Excellent content with a very reader-friendly approach. The article helped clarify several important points in a simple manner. I’ve been learning more through Data Analytics as well.
ReplyDelete