echo命令:Write arguments to the standard output.(将参数写入标注输出)echo会将输入的字符串送往标准输出。输出的字符串以空白字符隔开,并在最后加上换行号echo [-ne] [字符串]NAMEecho – display a line of textSYNOPSISecho [SHORT-OPTION]… [STRING]…echo LONG-OPTION选项:-n :取消最后的自动换行-e: 若字符串中出现以下字符,则特别加以处理,而不会把他当作一般字符输出;
a 发出警告声b 删除前一个字符[root@centos7 ~]# echo -e “hebllo”hlloc 最后不加上换行符[root@centos7 ~]# echo -e “hecllo”he[root@centos7 ~]# echo -e “helloc”hello[root@centos7 ~]# ^C
f 换行但光标仍停留在原来的位置上[root@centos7 ~]# echo -e “hefllo”he llon 换行且光标移至行首[root@centos7 ~]# echo -e “henllo”hellor 光标移至行首,但不换行[root@centos7 ~]# echo -e “hellorman”manlot 插入Tab[root@centos7 ~]# echo -e “hellotman”hello man
v 与f相同;[root@centos7 ~]# echo -e “hevllo”he llo 插入字符[root@centos7 ~]# echo -e “hello”hellonnn插入nnn(八进制)所代表的ASCII字符[root@centos7 ~]# echo -e “hello 免费云主机域名52″hello*echo显示颜色输出:
echo可以改变输出的文本的颜色,需要的-e选项结合使用,文本的显示颜色可以使用“ANSI非常规字符序列”生成。
如使用echo显示一个三角形并有闪烁,下划线,颜色(自选);[root@centos7 ~]# echo -e “