RSS

Find command

Find command adlh command untuk mencari file,direktori berdasrakan berapa option.
Option:
1. Nama file (-name)
2.path name (-path)
3. Type pencarian (-type f untuk file -type d untuk direktory)
4.modifikasi file(-mtime)
5.ukuran file(-size)
 
Cara dasar penggunaan command ini adalah
Find path_name option kata_pencarian
find . -name \*.jpg
Pada command diatas maka hasil pencarian adalah semua path atau file yang bercontain ??.jpg
 
Find . -name \*foto\* -type d
Maka akan muncul semua file or directory tp hanya directory yg mengandung kata foto

Pada command ini juga dapat ditambahkan operator seperti or and dan not
Operator OR
Find . -name \*picture\* -or -name \*foto\*
Operator AND
Find -path document -type f -size +100M
Maksudnya mencari path yg ada nama document dan yg bertype fike dan bersize lebih dari 100M
Operator not
Find . -path document -not -type d
Maka yg muncul hanyalah file didalam path document saja

Pada command find juga ada beberapa extra command yaitu -print -delete -exec

Please copy and share it, if it helps you
 
Copyright 2009 My Note All rights reserved.
Free Blogger Templates by DeluxeTemplates.net
Wordpress Theme by EZwpthemes
Blogger Templates