[下一頁][首頁][上一頁]

我如何移除一個空的目錄?

NAME
     rmdir - 移除目錄
SYNOPSIS
     rmdir directory name ...
DESCRIPTION
     rmdir 工具移除目錄記錄中所指定的每一個目錄參數,它們事先清空。
範例:
$ ls
Notes           hello_world     mydir           notes
dir             hello_world.c   mynewdir        testdir
$ rmdir testdir
$ ls testdir
ls: testdir: No such file or directory
$ _
[上一頁][首頁][下一頁]