linux中shell将换行输入到文件中

shell换行输入到文件

这是换一行

echo -e >> a.txt  #追加的方式

这是换三行

echo -e \n>> a.txt #追加的方式

猜你喜欢

转载自blog.csdn.net/rong11417/article/details/88244485
今日推荐