[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[riminilug-general] [FAQ] [bash] cercare una stringa in tutti i file di una dir
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
come da sub. lunghissimo.
è solo un hint, lo uso da lunghissimo tempo, ma prima di sapere sbattevo la
testa contro i muri...
altamente personalizzabile.
questo cerca in tutti i file (anche quelli nascosti) nella directory corrente.
for i in `ls -a` ; do if [ -f $i ] ; then echo $i ; cat $i | strings | grep
"testochevipare anche con spazi" ; fi ; done
bye
daniele
- --
To bodly go where no man has gone before
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
iD8DBQFAcwfk8Tj5mfSC1FQRAvASAJ9jWkqLnW1NRaNxgQlRCFC/b0/BuQCdGSq8
8SGNh4z4YsL0nKhkf1IWPKM=
=MVwp
-----END PGP SIGNATURE-----