awk basic usage of shell scripts

Source: Internet
Author: User


Script file:

[Email protected]:/study/shell# cat awk_test.sh #!/bin/shawk_test_fun () {echo "\$0:" Echo $0echo "\$1:" Echo $1echo "\$2:" Echo $2echo "\$3:" Echo $3echo "Awk_test.txt content:" Cat Awk_test.txtecho "result of: ' akw-f\" \ "\ '/^aaa/{print \$1,\$2,\ $3}\ ' Awk_test.txt "awk-f" "'/^aaa/{print $1,$2,$3} '  


Test file Awk_test.txt:

[Email protected]:/study/shell# cat awk_test.txt aaa bbb cccddd Eee fff111 222 333


Execution Result:

[Email protected]:/study/shell#./awk_test.sh
$:
./awk_test.sh
$:
Hello
$:
World
$ $:
Good
Awk_test.txt content:
AAA BBB CCC
DDD Eee FFF
111 222 333
Result of: ' akw-f ' "\ '/^aaa/{print $1,$2,$3}\ ' awk_test.txt
AAA BBB CCC
[Email protected]:/study/shell#


awk basic usage of shell scripts

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.