[下一页][首页][上一页]

我如何改变档案/目录名称?

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
$ _
[上一页][首页][下一页]