-
awk by Cao Siqin, 2007.7.17
awk <Format String>
Format string:
It may...
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
- 2022-07-01 19:45:10下载
- 积分:1
-
可以画一个彩色的多边形,是在VC环境下编写的。
可以画一个彩色的多边形,是在VC环境下编写的。-draw a colorful graph
- 2023-02-22 21:00:03下载
- 积分:1
-
路易斯巴尔加斯莫拉莱斯若泽
应用背景我有有限的编程经验,Asterisk的IP电话的强,电话积分的应用。关键技术技术正在忙,星号,PHP,MySQL的JavaScript
- 2022-06-01 03:19:05下载
- 积分:1
-
旅行商问题的动态规划方法已加入票据。
用动态规划法求解旅行商问题 已经加入注释 欢迎批评指正-dynamic programming method for the traveling salesman problem has joined Notes welcome criticism correction
- 2022-01-27 20:41:09下载
- 积分:1
-
BP算法拟合f(x)=sin(x)函数,样本数为9对,目标值0.001
BP算法拟合f(x)=sin(x)函数,样本数为9对,目标值0.001-BP fitting algorithm f (x) = sin (x) function, sample size for the nine right, the target value 0.001
- 2022-06-21 05:43:09下载
- 积分:1
-
zigbee采集温湿度程序
zigbee采集温湿度程序 用于采集温湿度再发到串口显示出来
- 2022-04-16 23:19:45下载
- 积分:1
-
MSDN inside of the console has a number of examples used in places inconvenient...
对MSDN里面的例子console有一些不方便用的地方修改了一下-MSDN inside of the console has a number of examples used in places inconvenient to modify a bit
- 2022-07-09 11:47:31下载
- 积分:1
-
实现链表的创建删除插入等功能,并在屏幕上显示出来.
实现链表的创建删除插入等功能,并在屏幕上显示出来.-List to achieve the creation of features such as the deletion of insertion, and the screen is displayed.
- 2023-05-14 22:10:03下载
- 积分:1
-
机器学习课要求编写3*3棋盘对弈程序。
该程序中一个对弈者通过神经网络方式实现
另一个通过机器学习的方式加以改进...
机器学习课要求编写3*3棋盘对弈程序。
该程序中一个对弈者通过神经网络方式实现
另一个通过机器学习的方式加以改进-3*3 chessboard vs program.One player is implement by neural net ,the other is implement by machine learning.
- 2022-02-16 05:43:33下载
- 积分:1
-
扫雷的MFC小程序
很方便的以前写的一个关于扫雷的源代码,用的MFC编写的,大家都要看看,有需要的可以下载下,试着玩一玩,其实也挺有意思的。。
- 2023-01-22 05:55:04下载
- 积分:1