[root@localhost lwi]# cp jar.txt jar2.txt 
[root@localhost lwi]# vi jar.txt
:%s/^/jar tvf /g
:%s/$/ | grep \"Search File Name\" /g
:%s/$/ \; echo \"/g
[root@localhost lwi]#  paste -d " " jar.txt jar2.txt > jar.sh
[root@localhost lwi]# vi jar.sh
:%s/$/\"/g
[root@localhost lwi]# chmod u+x jar.sh
[root@localhost lwi]# ./jar.sh

블로그 이미지

Melting

,