常见Oracle 命令

???? 2021-4-23 7439

How to Remove Directories (Folders)

  • To remove an empty directory, use either rmdir or rm -d followed by the directory name: rm -d dirname rmdir dirname.
  1. To remove non-empty directories and all the files within them, use the rm command with the -r (recursive) option: rm -r dirname.
最新回复 (1)
  • Vince 2021-5-1
    引用 2
    标题有误,是常见命令行命令,不是oracle命令
返回
发新帖