awk - Unix, Linux Command---reference
发布时间:2021-01-29 04:45:02 所属栏目:站长百科 来源:网络整理
导读:副标题#e# http://www.tutorialspoint.com/unix_commands/awk.htm gawk - pattern scanning and processing language gawk?[?POSIX?or?GNU?style options ]?-f? program-file ?[?--?] file ...?gawk?[?POSIX?or?GNU?style options ] [?--?]? program-text ?
|
Starting with version 3.1 of?gawk,?you may use C-style octal and hexadecimal constants in your AWK program source code. For example,the octal value?011?is equal to decimal9,and the hexadecimal value?0x11?is equal to decimal 17. String ConstantsString constants in?AWK?are sequences of characters enclosed between double quotes ("). Within strings,certain?escape sequences?are recognized,as in C. These are: <table class="src" border="1" cellspacing="0" cellpadding="5"> | Description | hex digits ddd
|---|
