echo ‘xx’>test
创建文件并输出指定字符串到其中 echo xx>>test
追加字符串,使用cat在终端设备上显示文件内容 使用文本编辑器修改文件vi test o :在光标的下一行输入
i :在光标当前位置输入
a :在行首输入
G :移到底部
q :退出
w :保存
q! :强制退出
set …
echo linux命令 Linux echo command is used to display a line of text on the screen. This is done by echoing the string to the standard output. Linux echo命令用于在屏幕上显示一行文本。 这是通过将字符串回显到标准输出来完成的。 Linux echo命令 (Linux echo Comm…