📄 rm.txt
字号:
-- rm --Remove (delete) one or more files.Synonym: delUsage: rm [-R] [-S#] <file1> [file2] [...]This command will remove one or more files. Normally it will not removedirectories. To remove a directory, use the 'rmdir' command.Options:-R : Force recursive deletion, including directories.-S[number] : Securely delete the file by overwriting it with random data (number minus 1 times) and then NULLs, and then deleting the file. The default number value is 5 if no value is supplied.Note the -S option is not allowed if the -R option is used.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -