linux创建文件的四种方式:
1.vi newfilename->i->编辑文件->ESC->:wq!
2.touch newfilename
3.cp sourcePath destinationPath
4.mv sourcePath destinationPath
linux创建文件的四种方式:
1.vi newfilename->i->编辑文件->ESC->:wq!
2.touch newfilename
3.cp sourcePath destinationPath
4.mv sourcePath destinationPath