• 2022-06-03
    [root@localhost ~]# touch test1.txt test2.txt test3.txt #建立三个测试文件使用mv命令移动文件,加入()选项,可以看到有哪些文件进行了移动[root@localhost ~]# mv () *.txt /tmp "test1.txt" -> "/tmp/test1.txt" "test2.txt" -> "/tmp/test2.txt" "test3.txt" -> "/tmp/test3.txt"