2、human把byte换算成M,翻遍了解大小;-f #1、force强制执行;-s #1、size和大小相关;-t #1、time和时间相关;2、tcp协议相关-r #1、recursive递归相关、遍历相关;2、reverse反序;-i #1、install安装;-v #1、verbose显示相关;-u #1、udp协议相关;2、user用户相关;-p #1、port端口相关;2、password密码相关;-...
-r, --recursive:递归模式,同步子目录。 -u, --update:更新模式,仅同步源目录中新增或修改的文件。 -z, --compress:压缩传输,减少网络带宽占用。 -h, --human-readable:以人类可读的格式显示输出。 -e, --rsh=COMMAND:指定远程shell命令,如SSH。 --delete:删除目标目录中源目录没有的文件。 --exclude=...
docker run --name linux-command --rm -d -p 9665:3000 wcjiang/linux-command:latest 命令只要端...
-r, --recursive 指定递归下载。 -l, --level=NUMBER 最大递归深度 (inf 或 0 代表无限制,即全部下载)。 --delete-after 下载完成后删除本地文件。 -k, --convert-links 让下载得到的 HTML 或 CSS 中的链接指向本地文件。 -K, --backup-converted 在转换文件 X 前先将它备份为 X.orig。 -m, --...
-r, --recursive # 对子目录以递归模式处理。 -R, --relative # 使用相对路径信息。 -b, --backup # 创建备份,也就是对于目的已经存在有同样的文件名时,将老的文件重新命名为~filename。 # 可以使用--suffix选项来指定不同的备份文件前缀。 --backup-dir # 将备份文件(如~filename)存放在在目录下。
recursive-unlink 解压目录之前先清除目录层次 --remove-files 在添加文件至归档后删除它们 --skip-old-files don't replace existing files when extracting, silently skip over them -U, --unlink-first 在解压要重写的文件之前先删除它们 -W, --verify 在写入以后尝试校验归档 选择输出流: --ignore-command-...
-R, --recursive Recursively handle all regular files matching pattern *.deb found at specified directories and all of its subdirectories. This can be used with -i, -A, --install, --unpack and --avail actions(递归地指向特定目录的所有安装包,可以结合-i, -A, --install, --unpack 与 --...
command(命令)是要执行的shell内置命令、可执行程序或者shell脚本 options(选项)否让命令执行特定功能,...
command[-options][args] [args]:参数(多个参数之间用空格分隔) 命令格式验证: 代码语言:javascript 复制 [root@localhost~]# ls-a-l install.log-rw-r--r--.1root root41364Oct42015install.log[root@localhost~]# ls-al install.log-rw-r--r--.1root root41364Oct42015install.log[root@localhost~]...
To delete a directory, you must add the-rargument to it. Without the-rargument, thermcommand won’t delete directories. root@ubuntu:~# rm -r <folder/directory name> Copy The-rflag in thermcommand in Linux stands for “recursive”. When used with thermcommand, it will remove not only ...