Thread: search file
ok know silly question.i realy sorry.
know how search file in ubuntu wanna use ls command , filters that...
assume want find .flv file write in / directory(root):
and result :code:sudo ls -r | grep .flv
i have 2 flv file : a.flv , 2nqjtmjhv9q.flv find names , dont know are.code:2nqjtmjhv9q.flv a.flv libgstflv.so x-flv.xml
in windows cmd can type :
and have full path , name of file/s.code:dir/b/s *.flv
how can ls command?
in theroy yo use
or usecode:sudo ls -rl | grep .flv
code:sudo find / -name *.flvcode:sudo find locationtosearchin -name *.flv
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] search file
Ubuntu
Comments
Post a Comment