awk 的 使用。

根据进程名,获取对应进程PID

strace -o /sdcard/LogKit/output_wificond.txt -T -ttt -e trace=all -p `ps -A | grep wificond | awk '{print $2}'`

strace -o /sdcard/LogKit/output.txt -T -ttt -e trace=all -p `ps -A | grep android.hardware.wifi@1.0-service | awk '{print $2}'`

posted on 2021-03-17 17:24  huangguanyuan  阅读(53)  评论(0编辑  收藏  举报

导航