find command in Linux
Posted
by Martin
on Super User
See other posts from Super User
or by Martin
Published on 2010-05-25T23:27:32Z
Indexed on
2010/05/26
3:33 UTC
Read the original article
Hit count: 430
My goal is to find all pdf files on a remote machine, so I resort to the useful command find
. So I type
find ~ *.pdfor
find ~ "*.pdf"and I get nothing. I do the same on my machine and I get nothing. I do a regular search from the menu on my machine and I find quite a few pdf files. Would somebody please tell me what am I doing wrong?
© Super User or respective owner