請輸入Linux command
Enter Amount:
$CAD USD GBP AUD JPY EUR One Time Weekly Monthly Annual
/etc/aliases Boot Process cp cut find grep grub nl RunLevel sed shutdown split tac tail tr
rmdir [-p] dirName
[option]-p 是當子目錄被刪除後使它也成為空目錄的話,則順便一併刪除。範例:# rmdir test<==刪除名稱為 test 的目錄 # rmdir test1 rmdir: `test1': Directory not empty # rmdir -p test1/test2/test3/test4