index
:
voidrice
master
Scripts and configuration files I use on my arch linux desktop.
Vikas Kushwaha
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
.local
/
bin
/
shorts
/
syslogcat
blob: c9763c712493235f9f8a1bf568c7879e989387fb (
plain
)
1
2
3
#!/bin/sh
awk
'{ printf "%s: %s\n", FILENAME, $0 }'
/var/log/*/current
|
sort
-k2
|
less
+G
-X