2011/6/13 Al3X - <[email protected]>: > dear all, > > need help nih w ada case untuk mencai string dengan format > 42343223|||2344322|234232323|444|23323432| > > nah sebagai contoh saya mau mendapatkn string 444 dengan besaran file > 15gb ke atas >
++ gini pak ? grep --with-filename --line-number -i -n '444' `find -type f -size 15G` -avd -- a mac lover : http://acehmacclub.org a worker http://alifia.co.id -- FAQ milis di http://wiki.linux.or.id/FAQ_milis_tanya-jawab Unsubscribe: kirim email ke [email protected] Arsip dan info milis selengkapnya di http://linux.or.id/milis
