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

我如何建立一个空档案?

简单地使用 touch 指令。
 
范例:
$ touch hello_world.c
$ ls
Notes           hello_world     mydir
dir             hello_world.c   notes
$ _
[上一页][首页][下一页]