Linux打印字符串不换行

Posted WLinux的随笔

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux打印字符串不换行相关的知识,希望对你有一定的参考价值。

基于特殊需求,需要字符串不换行。如计算base64的值

  方法1. echo -n 字符串

[root@BC-CentOS7-2 ~]# echo -n test
test[root@BC-CentOS7-2 ~]#

  方法2. echo -e ‘字符串\\c’

[root@BC-CentOS7-2 ~]# echo -e \'test\\c\'
test[root@BC-CentOS7-2 ~]# 

 

以上是关于Linux打印字符串不换行的主要内容,如果未能解决你的问题,请参考以下文章

swift 字符串中为啥'\n'不换行

Swift的print不换行打印的方法

python print实现不换行打印

Linux shell的输入输出

linux中变量的一些操作方法

Java输出不换行,在固定位置重复打印