Sunday, April 27, 2008

Cari file dan content

aku sering lupa benda kecil2 camni...

nak cari file dan extension

find /mnt/win/backup/mp3 -type f -name "*inta*.mp3" >> /ice/skbj.lst

cari kandungan dalam file

grep apaapaaje *

@

grep "apa apa aje" *

@

grep apaapaaje */*

cari file

which

@

locate

No comments:

 Simple Python Calculator This script will allows your to calculate the integers given with the chosen operation. You can add, substract, mu...