Ubuntu相關程序(浙大版Linux程序設計實驗題)

示例代碼 1.刪除指定文件到回收站 #!/bin/sh if test $# -eq 0   then   echo "Please specify a file!" else   gzip $1   mv $1.gz $HOME/.local/share/Trash/files   echo "File $1 is deleted !" fi 2.將指定文件從回收站恢復到指定路徑 #! /bin
相關文章
相關標籤/搜索