0
我試圖使用Unix命令rmdir
刪除一個目錄,但我不斷收到一條消息:什麼時候Unix命令rmdir適合使用?
pwd
/Users/jona/Documents/Unix-Practice
$ rmdir Unix-Practice
rmdir: Unix-Practice: No such file or directory
我也做這個,看看我需要上面的目錄被刪除:
$ cd ..
$ pwd
/Users/jona/Documents
$ rmdir Unix-Practice
rmdir: Unix-Practice: Directory not empty
我使用的命令不正確嗎?
我從這個指南http://cli.learncodethehardway.org/book/ex7.html學習,它告訴我使用rmdir