grepSpendTime.sh 75 B

12345
  1. #!/usr/bin/env bash
  2. grep -r "finish" ./log/ | awk '{print $5 "/t" $12}'