This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
kuanglingwei
/
tsms
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
280f4b1ff3
Rami (Branch)
Tag
dev
master
tsms
/
shell
/
tsdb
/
tools
/
grepSpendTime.sh
grepSpendTime.sh
75 B
Cronologia
Originale
1
2
3
4
5
#!/usr/bin/env bash
grep -r "finish" ./log/ | awk '{print $5 "/t" $12}'