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

我如何改變檔案/目錄名稱?

NAME
     mv - 移動檔案
SYNOPSIS
     mv source target
     mv source ... directory
範例:
$ ls
Notes           hello_world     mydir
dir             hello_world.c   notes
$ mv Notes Not3s
$ ls
Not3s           hello_world     mydir
dir             hello_world.c   notes
$ _
[上一頁][首頁][下一頁]