1. 首页
  2. 数据库
  3. 其它
  4. bash命令 源码

bash命令 源码

上传者: 2021-04-22 10:56:52上传 ZIP文件 1.03KB 热度 26次
bash命令 rsync: rsync -a --stats --progress user@remote-location.edu:/map/to/dir /Local/dir/branch vim: 退出vim: Esc , : , q 退出并保存更改: Esc : w q 仅将r / w / x权限更改为目录中的文件夹/子文件夹,不包括文件: sudo find /path/to/dir -type d -exec chmod 755 {} \; grep: grep -r 'stringToSearch' * 。 在目录中的所有文件/文件夹中搜索字符串pattern : grep -rnw '/path/to/somewhere/' -e 'pattern' 。 搜索某些命令的输出: ls -halt | grep "pattern" virtualenv:选择py
下载地址
用户评论