Linux中echo的用法

来源:网络 责任编辑:栏目编辑 发表时间:2013-07-02 03:53 点击:

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:   当用-e时特殊字符的效果如下


       \\     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
         插入TAB
       \v     vertical tab
          换行但光标仍停留在原来的位置
       \0NNN  byte with octal value NNN (1 to 3 digits)
         八进制代表的ASCII字节
       \xHH   byte with hexadecimal value HH (1 to 2 dig-
              its)
         十六进制代表的ASCII字节

    相关新闻>>

      发表评论
      请自觉遵守互联网相关的政策法规,严禁发布色情、暴力、反动的言论。
      用户名: 验证码:点击我更换图片
      最新评论 更多>>

      推荐热点

      • /etc/fstab 详解
      • nginx主主集群
      •  LVS-NAT和LVS-DR模式的实现详解
      •  RHCE考试之磁盘配额
      • 学习笔记:ACL详解
      •  LVM逻辑卷管理器
      • suse linux双网卡双网关配置
      •  Nginx主主负载均衡架构
      • ubuntu学习Mysql

      快速直达

      操作系统导航

      LinuxWindows虚拟机
      网站首页 - 友情链接 - 网站地图 - TAG标签 - RSS订阅 - 内容搜索
      Copyright © 2008-2015 计算机技术学习交流网. 版权所有

      豫ICP备11007008号-1