LINUX LITE 7.2 FINAL RELEASED - SEE RELEASE ANNOUNCEMENTS SECTION FOR DETAILS


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
file type/category search?
#5

(10-26-2018, 09:28 PM)bitsnpcs link Wrote:
Code:
find . -type f \( -name "*.mp3" -o -name "*.png" \)


I found the command above ran without the \( .. \ )
Code:
find . -type f -name "*.mp3" -o -name "*.png"
FYI if you want to search root (/) use sudo..


You should be able to use locate as well..
Code:
locate *.mkv *.webm *.flv *.vob *.ogg *.ogv *.drc *gifv *.mng *.avi$ *.mov
Adding/changing the extensions as needed...


Additional / variations
*.mkv *.webm *.flv *.vob *.ogg *.ogv *.drc *gifv *.mng *.avi$ *.mov *.qt *.wmv *.yuv *.rm *.rmvb *.asf *.amv *.mp4$ *.m4v *.mp *.m?v *.svi *.3gp *.flv *.f4v

LL4.8 UEFI 64 bit ASUS E402W - AMD E2 (Quad) 1.5Ghz  - 4GB - AMD Mullins Radeon R2
LL5.8 UEFI 64 bit Test UEFI Kangaroo (Mobile Desktop) - Atom X5-Z8500 1.44Ghz - 2GB - Intel HD Graphics
LL4.8 64 bit HP 6005- AMD Phenom II X2 - 8GB - AMD/ATI RS880 (HD4200)
LL3.8 32 bit Dell Inspiron Mini - Atom N270 1.6Ghz - 1GB - Intel Mobile 945GSE Express  -- Shelved
BACK LL5.8 64 bit Dell Optiplex 160 (Thin) - Atom 230 1.6Ghz - 4GB-SiS 771/671 PCIE VGA - Print Server
Running Linux Lite since LL2.2
Reply


Messages In This Thread
file type/category search? - by bigskill - 10-26-2018, 08:30 PM
Re: file type/category search? - by bitsnpcs - 10-26-2018, 08:36 PM
Re: file type/category search? - by bigskill - 10-26-2018, 08:53 PM
Re: file type/category search? - by bitsnpcs - 10-26-2018, 09:28 PM
Re: file type/category search? - by firenice03 - 10-26-2018, 09:50 PM

Forum Jump:


Users browsing this thread: 2 Guest(s)