ablog

不器用で落着きのない技術者のメモ

2018-03-13から1日間の記事一覧

grep でヒットした SQL トレースを tkprof で整形する

$ grep -l foo *.trc|xargs -I{} -n1 tkprof {} {}.tkprof sort=exeela