您好,请问数字怎么能紧凑啊(word怎么让数字紧凑)
770
2022-05-30
ECS信息
规格:2vCPUs | 4GiB | kc1.large.2
镜像:openEuler 20.03 64bit with ARM | 公共镜像
linux echo 输出字符与变量 查看echo的帮助内容
# echo $SHELL /bin/bash
# echo hello world hello world
正确示范
# /bin/echo --help Usage: /bin/echo [SHORT-OPTION]... [STRING]... or: /bin/echo LONG-OPTION Echo the STRING(s) to standard output. -n do not output the trailing newline -e enable interpretation of backslash escapes -E disable interpretation of backslash escapes (default) --help display this help and exit --version output version information and exit If -e is in effect, the following sequences are recognized: \ backslash \a alert (BEL) \b backspace \c produce no further output \e escape \f form feed \n new line \r carriage return \t horizontal tab \v vertical tab
# /bin/echo --help Usage: /bin/echo [SHORT-OPTION]... [STRING]... or: /bin/echo LONG-OPTION Echo the STRING(s) to standard output. -n do not output the trailing newline -e enable interpretation of backslash escapes -E disable interpretation of backslash escapes (default) --help display this help and exit --version output version information and exit If -e is in effect, the following sequences are recognized: \\ backslash \a alert (BEL) \b backspace \c produce no further output \e escape \f form feed \n new line \r carriage return \t horizontal tab \v vertical tab \0NNN byte with octal value NNN (1 to 3 digits) \xHH byte with hexadecimal value HH (1 to 2 digits) NOTE: your shell may have its own version of echo, which usually supersedes the version described here. Please refer to your shell's documentation for details about the options it supports. GNU coreutils online help:
错误示范
# echo -? -?
# echo --help --help
# echo
学习资料
弹性云服务器 ECS
openEuler-官网
openEuler-B站
openEuler-慕课
openEuler-文档
鲲鹏社区
欢迎各位同学一起来交流学习心得^_^
Linux openEuler
版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。