Update scripter_premade.sh
This commit is contained in:
parent
cdc67fa557
commit
cd89f092e3
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
cat "$1" > script.txt
|
mv "$1" script.txt
|
||||||
awk '{ print $2 }' script.txt > script-keywords.txt
|
awk '{ print $2 }' script.txt > script-keywords.txt
|
||||||
awk '{ print $4 }' script.txt >> script-keywords.txt
|
awk '{ print $4 }' script.txt >> script-keywords.txt
|
||||||
awk '{ print $6 }' script.txt >> script-keywords.txt
|
awk '{ print $6 }' script.txt >> script-keywords.txt
|
||||||
|
|
Loading…
Reference in a new issue