Added script to extract words from logs
This commit is contained in:
3
extract-words-from-log.sh
Executable file
3
extract-words-from-log.sh
Executable file
@@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
grep possibly rstat.log | awk '{print $6 }' | tr -d : | tr -d \$ | sort -u | awk '{printf "%s\"%s\"", sep, $0; sep=", "} END {print ""}'
|
Reference in New Issue
Block a user