我是那种新手到Linux的,我不知道是否>和touch有同样的效果。我的意思是,以下两个命令是否具有相同的效果?:
>
touch
$ > file.txt $ touch file.txt
如果是这样,很高兴知道我可以只输入 `> file.txt' 来创建新文件。
command-line
command-line ×1