-
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
-
一个学生成绩管理系统,使用链表实现对数据的插入,发展。
学生成绩管理系统,应用链表实现对数据的插入,删除,查找,排序。-A student achievement management system, uses linked list for data inserting, deleting ,sorting and querying
- 2022-03-07 01:01:34下载
- 积分:1
-
Problem Set is the place where you can find large amount of problems from differ...
Problem Set is the place where you can find large amount of problems from different programming contests. Online Judge System allows you to test your solution for every problem.-Problem Set is the place where you can find large amount of problems from different programming contests. Online Judge System allows you to test your solution for every problem.
- 2022-01-25 14:31:01下载
- 积分:1
-
八皇后问题,用C++编程,在VC++上运行正确,效率还不错...
八皇后问题,用C++编程,在VC++上运行正确,效率还不错-eight Queen"s problems, and use C++ programming in Visual C++ running on the right, also good efficiency
- 2022-03-23 13:51:43下载
- 积分:1
-
VC编写的windows平台下的桌面监控软件。很少见的。
VC编写的windows平台下的桌面监控软件。很少见的。-VC prepared under windows platform for desktop monitoring software. Very rare.
- 2022-10-17 17:15:03下载
- 积分:1
-
RS232连接支撑TEDI协议终端软件
Terminal software for RS232 connection supporting TEDI protocol
- 2022-02-20 02:27:02下载
- 积分:1
-
定时关机系统,能够完整地按照设定的时间自动关机,这样就可以提前下班,而不必担心计算机下载完的关机。...
定时关机系统,能够完整地按照设定的时间自动关机,这样就可以提前下班,而不必担心计算机下载完的关机。-Timing shutdown systems, to complete in accordance with the set time automatically shut down so that you can work ahead of time worrying about computer shutdown after download.
- 2022-02-05 04:34:05下载
- 积分:1
-
用des方法实现加密,在控制台下指定要进行加密的文件,再指定输出文件名,可以得到对任意文件进行的des加密....
用des方法实现加密,在控制台下指定要进行加密的文件,再指定输出文件名,可以得到对任意文件进行的des加密.-used encryption method, designated under the console to encrypt a document and then designated output file name, which can be arbitrary files on the DES encryption.
- 2022-02-22 05:46:44下载
- 积分:1
-
VC interrogation room monitoring software and removing the crew time, temperatur...
VC 审讯室监控软件,取下位机时间,温度,湿度,并显示-VC interrogation room monitoring software and removing the crew time, temperature, humidity, and show
- 2022-03-16 02:07:37下载
- 积分:1
-
用纯C语言写的一个通讯录程序,通过链表存储,自己设计界面。...
用纯C语言写的一个通讯录程序,通过链表存储,自己设计界面。-Using pure C language to write an address book program, through the chain store, the interface of their own design.
- 2022-07-15 12:03:22下载
- 积分:1