2024-01-19 22:22:55 +00:00
|
|
|
mv "$1" script.txt
|
2024-01-19 19:29:09 +00:00
|
|
|
awk '{ print $2 }' script.txt > script-keywords.txt
|
|
|
|
awk '{ print $4 }' script.txt >> script-keywords.txt
|
|
|
|
awk '{ print $6 }' script.txt >> script-keywords.txt
|
|
|
|
|
|
|
|
mkdir img
|
2024-01-19 21:51:11 +00:00
|
|
|
rm img/*
|