ps_grep() {
    echo "$(ps|grep -v "grep"|grep "$1"|awk '{print $1}')"
}

相关文章:

  • 2021-11-29
  • 2021-04-27
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-18
  • 2021-09-26
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-12-31
  • 2021-11-30
  • 2021-12-13
  • 2021-12-16
  • 2022-12-23
相关资源
相似解决方案