Loading...

摘要: 先来看看两段效果一样的shell脚本代码: 版本1: caibh@book:~/test$ cat << EOF > aa.txt > hello > world > EOF caibh@book:~/test$ cat aa.txt hello world 版本2: caibh@book:~/te 阅读全文
posted @ 2021-03-04 13:11 choizzzi 阅读(613) 评论(0) 推荐(0) 编辑