java程序员 占几个字节 I love creative programming. Taking a simple idea, using minimal code, minimal tools; relying on simple execution to create something neat and shareable. Working on others peoples problems most of the day, it’s very satisfying for me…
echo ‘xx’>test
创建文件并输出指定字符串到其中 echo xx>>test
追加字符串,使用cat在终端设备上显示文件内容 使用文本编辑器修改文件vi test o :在光标的下一行输入
i :在光标当前位置输入
a :在行首输入
G :移到底部
q :退出
w :保存
q! :强制退出
set …