📄 cp.txt
字号:
-- cp --Copy files.Synonym: copyUsage: cp [-R] <item1> [item2] ... <new_name | detination_directory>This command will copy one or more files or directories. If one sourceitem is specified, then the last argument can be either the new name tocopy to, or else can be a destination directory -- in which case the newitem will have the same name as the source item. If multiple source itemsare specified, then the last argument must be a directory name and allcopies will have the same names as their source items.The -R flag means copy recursively. The -R flag must be used if any ofthe source items are directories. If none of the source items aredirectories then the flag has no effect.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -