echo "hello word" >>/opt/test.txt #将字符串 hello word 添加到 /opt/test.txt 这个文件的末端
echo $(cat /etc/nail.rc) >>/opt/test.txt #将/etc/nail.rc 文件内容 添加到 /opt/test.txt 这个文件的末端
echo "hello word" >>/opt/test.txt #将字符串 hello word 添加到 /opt/test.txt 这个文件的末端
echo $(cat /etc/nail.rc) >>/opt/test.txt #将/etc/nail.rc 文件内容 添加到 /opt/test.txt 这个文件的末端