Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
November 21, 2024, 11:15:06 PM
News
: LinuxSolved.com Linux Help Community Forum..
Home
Search
Login
Register
Linux Forums - Linux Help,Advice & support community:LinuxSolved.com
»
Linux in General
»
Os Talk
»
help find command in linux
« previous
next »
Print
Pages: [
1
]
Author
Topic: help find command in linux (Read 8928 times)
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
Logged
Print
Pages: [
1
]
« previous
next »
Linux Forums - Linux Help,Advice & support community:LinuxSolved.com
»
Linux in General
»
Os Talk
»
help find command in linux