Update scripter_premade.sh

This commit is contained in:
ThatLinuxFan 2024-01-19 22:22:55 +00:00 committed by GitHub
parent cdc67fa557
commit cd89f092e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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