[me@risby tmp]$ cat /tmp/clever.sh #!/bin/bash echo $1 $(dirname $1)/ ... As you can see, if I replaced echo in the shellscript with mv , I'd get the ...
確定! 回上一頁