Linux命令echo -e
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
在Linux命令中 echo -e 这个参数e是什么意思。
echo –e “I will use ‘touch’ command to create 3 files.” 这里参数e的作用是什么man帮助的解释是,允许后面的输出进行转义,假设你是 echo -e "i will use \n $HOME" 输出的将是 i will use /root(当前用户的主目录) 如果是 echo "i will use \n $HOME" 则输出是: i will use \n $HOME[root@pa137 bin]# echo "\033[32m陈俊杰\033[m"
\033[32m陈俊杰\033[m
[root@pa137 bin]# echo -e "\033[32m陈俊杰\033[m"
陈俊杰
[root@pa137 bin]#
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献4条内容
所有评论(0)