显示隐藏文件夹
- command + shift + .
跳转到指定目录
- command + shift + G
命令行下查看隐藏文件
ls -la
查找相关进程
ps -A | grep ssh
iterm 来回切换 session
command + 左右方向键
删除多个进程pid
ps -A | grep python | awk '{print $1}' | xargs kill -9
- command + shift + .
- command + shift + G
ls -la
ps -A | grep ssh
command + 左右方向键
ps -A | grep python | awk '{print $1}' | xargs kill -9
本文标题:Mac 下一些常用操作
本文链接:https://www.haomeiwen.com/subject/ikiyjctx.html
网友评论