March 29, 2024, 02:05:20 AM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: help find command in linux  (Read 6163 times)

Offline billcrosby

  • Linux Noob !
  • *
  • Posts: 20
help find command in linux
« 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