Question on find inconsistency

Matthew Flaschen matthew.flaschen at gatech.edu
Tue Nov 18 15:45:37 UTC 2008


Donn wrote:
>> find / -name *.mp4
> find is very confusing.

There's nothing confusing going on here.  find is not receiving "*.mp4".
 It's receiving a list of mp4 files in the current folder.  The shell is
expanding *.mp4 into that list.  There is nothing find could do to get
"*.mp4" as an argument; you have to quote it.

Matt Flaschen




More information about the kubuntu-users mailing list