Computer Science Lover ( Tommaso Torti personal blog )
torti:~ tot$ echo "the most important thing is the content"
[Shell] find a file inside your yars
Il prossimo tema d'esame di tutti gli studenti di Matteo Vaccari :)
for file in $(find . -iname \*.jar); do
if jar tf $file | grep "$1"; then
echo "Trovato! era in $file"
fi
done
Si legge da solo.
1 commento:
Anonimo ha detto...
grep -R what *
7:42 PM
Posta un commento
Post più recente
Post più vecchio
Home page
Iscriviti a:
Commenti sul post (Atom)
1 commento:
grep -R what *
Posta un commento