awk by Cao Siqin, 2007.7.17
awk <Format String>
Format string:
It may...
- 资源大小:30.34 kB
- 上传时间:2021-06-30
- 下载次数:0次
- 浏览次数:1次
- 资源积分:1积分
-
标 签:
终端
资 源 简 介
awk by Cao Siqin, 2007.7.17
awk
Format string:
It may contain following symbols:
$x: parameter x will be used here
= x07
= x0A
Example:
script.txt:
C:WINDOWSa logfile .log
C:WINDOWS txtfile .txt
input this command in a console window:
awk notepad.exe $1 $3 < script.txt
then following commands will be executed:
notepad C:WINDOWSa.log
notepad C:WINDOWS.txt
文 件 列 表
awk.cpp
awk.exe
awk.obj
awk.txt
print.cpp
print.exe
print.obj