码迷,mamicode.com
首页 > 其他好文 > 详细

awk 的 使用。

时间:2021-03-18 14:14:50      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:oid   txt   android   and   har   cond   put   roi   int   

根据进程名,获取对应进程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}‘`

awk 的 使用。

标签:oid   txt   android   and   har   cond   put   roi   int   

原文地址:https://www.cnblogs.com/huangguanyuan/p/14550648.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!