3月11日 linux命令学习 echo 和cat
Posted tec2019
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了3月11日 linux命令学习 echo 和cat相关的知识,希望对你有一定的参考价值。
1. echo 字符串的输出
三种用法:
-n: 不要在最后自动换行
-e: 若字符串出现以下字符,则特别处理
a alert (bell)
backspace
c suppress further output
e escape character
f form feed
new line
carriage return
horizontal tab
v vertical tab
\\ backslash