sed (Stream Editor) – データで探して変える
sed<表現>「パス」
sed ‘s/20190607/20190608/g’ 20190608.log
uniq (Unique) – データから同じ列を消す
uniq[オプション]「パス」
uniq 20190608.log
tac – catの逆で一番下のもの上に表示
tac[パス]
tac /usr/local/tomcat/logs/20190608.log
sed (Stream Editor) – データで探して変える
sed<表現>「パス」
sed ‘s/20190607/20190608/g’ 20190608.log
uniq (Unique) – データから同じ列を消す
uniq[オプション]「パス」
uniq 20190608.log
tac – catの逆で一番下のもの上に表示
tac[パス]
tac /usr/local/tomcat/logs/20190608.log