cp.txt
来自「上一个上传的有问题,这个是好的。visopsys包括系统内核和GUI的全部SOU」· 文本 代码 · 共 23 行
TXT
23 行
-- 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 + =
减小字号Ctrl + -
显示快捷键?