全般を修正
[logcat.git] / logcat.sh
1 #!/bin/sh
2 # logcat
3 #   指定したログを、logrotateした分も含めてすべて出力
4 #
5 gunzip -c $1.[0-9]* | cat - $1.[0-9]* $1 | sort