Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Linux in General => Os Talk => Topic started by: billcrosby on April 16, 2012, 10:50:00 AM

Title: help find command in linux
Post by: billcrosby on April 16, 2012, 10:50:00 AM
I am trying to find pictures which contains a specific word in the file name.
For example any .JPG files that contains "lm" at the beginning or at the middle or at the end of the file name.


Code:
find / -iname "*.jpg"  | ...

what should go after the pipe?
Thanks