Linux基礎命令:echo的使用
echo指令可以輸出內容到標準輸出,以空白分割字串,並且後面增加換行。此 命令的適用範圍:RedHat、RHEL、Ubuntu、 CentOS、Fedora。 |
語法
echo [-neE] [arg ...]
選項列表
使用示例
使用“\f”換行
[root@localhost ~]# echo -e "hello\fworld" //必須使用-e選項,\f換行之後,游標還在結尾 hello world [root@localhost ~]#
使用“\n”換行
[root@localhost ~]# echo -e "hello\nworld" //必須使用-e選項,\n換行之後,游標在開頭 hello world [root@localhost ~]#
輸出ascii字元
[root@localhost ~]# echo -e "\x31" //十六進位制的31,換算成49,代表的ascii字元就是1 1 [root@localhost ~]#
原文地址: https://www.linuxprobe.com/linux-basic-echo.html
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/31559985/viewspace-2672998/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Linux基礎命令---echo列印內容到標準輸出Linux
- 『忘了再學』Shell基礎 — 3、echo命令的介紹與使用
- linux 命令 基礎Linux
- Linux基礎命令Linux
- Linux的常用基礎命令Linux
- Linux基礎命令---mpstat顯示cpu使用Linux
- Linux基礎命令---新增使用者useraddLinux
- Linux基礎命令—新增使用者useraddLinux
- Linux基礎命令—mkswapLinux
- Linux基礎命令---mknodLinux
- Linux基礎命令---mkfsLinux
- Linux基礎命令---mktempLinux
- Linux基礎命令---sudoLinux
- Linux基礎命令---yesLinux
- Linux基礎命令---shutdownLinux
- Linux基礎命令---serviceLinux
- Linux基礎命令—sudoLinux
- Linux基礎命令—calLinux
- Linux基礎命令—dateLinux
- Linux基礎命令—lastLinuxAST
- Linux基礎命令---dateLinux
- Linux基礎命令---lastLinuxAST
- Linux基礎命令---lsusbLinux
- Linux基礎命令---lspciLinux
- Linux基礎命令---hwclockLinux
- Linux基礎命令---ejectLinux
- Linux基礎命令---archLinux
- Linux基礎命令---duLinux
- Linux基礎命令---dfLinux
- Linux基礎命令---bcLinux
- Linux基礎命令---calLinux
- Linux基礎命令---chkconfigLinux
- Linux基礎命令—lsusbLinux
- Linux基礎命令—dfLinux
- Linux基礎命令—hwclockLinux
- Linux基礎命令—mkdirLinux
- Linux基礎命令---lnLinux
- Linux基礎命令---chgrpLinux