filter log/ filenames into sw.command master
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sat, 20 Aug 2022 10:41:38 +0000 (12:41 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sat, 20 Aug 2022 10:42:13 +0000 (12:42 +0200)
filter_log [new file with mode: 0755]

diff --git a/filter_log b/filter_log
new file mode 100755 (executable)
index 0000000..3a84ecd
--- /dev/null
@@ -0,0 +1 @@
+cut -d_ -f2- | sed -e 's/_/./' -e 's/.log//'