搜索资源列表
Awk
- ns2工具,Awk的使用总结,适合初学者使用。-ns2 awk
awk.cheat.sheet.doc.tar
- awk processing language cheat sheet
awk.doc.tar
- a very good awk tutorial
awk
- awk的工具介绍,以及使用方法,有助于对仿真结果的分析-awk tool introduction
awk
- detail documents on awk programming
GAWK--Effective-AWK-Programming
- GAWK: Effective AWK Programming
awk-script.tar
- 1. performance.awk will study the network parameters of each simulation in order to allow the batch scr ipting for the following steps. 2. average.awk averages the output of all the runs of a simulation and provides statistic parameters for the ana
awk-code
- a awk code for calculating throughput,delay,packet sent and etc in wireless network
awk
- this awk scr ipt is for get throughput of wireless network. you can download it then simply run it by following steps in terminal go in derive where awk scr ipt is store then run command awk -f <awk_file_ name> <tr._file_name>
awk-and-sed
- sed和awk是一般用户,程序员和系统管理员们处理文本文件的有力工具。本书重点是编写sed和awk脚本来快速解决用户各种各样的问题。-sed and awk is a powerful tool for general users, programmers and system administrators who work with text files. The book focus is to write sed and awk scr ipts to quickly resolve th
awk
- few useful awk scr ipts
awk-handbook
- 详解awk,帮助linux系统管理员熟练掌握awk,并用于实践应用-Detailed awk to help Linux system administrators master awk, and for practical application
Major-Linux-shell-command--sed--awk
- Linux主要shell命令、sed、awk使用详解-Major Linux shell command, sed, awk explain the use of
awk学习
- 详细讲解awk使用方法,可用于shell编程中使用。
awk-operation
- AWK常用操作 变量名 含义 ARGC 命令行变元个数 ARGV 命令行变元数组 FILENAME 当前输入文件名 FNR 当前文件中的记录号 FS 输入域分隔符,默认为一个空格 RS 输入记录分隔符 NF 当前记录里域个数 NR 到目前为止记录数 OFS 输出域分隔符 ORS 输出记录分隔符 -AWK common operating variable name meaning ARGC number of command lin
awk
- this book explain the basics of awk scr ipt. the book explain various ways in which awk scr ipts can be used to analyze data from various data files. the book also explain various ways in which awk scr ipts can be used for creating graphs. various ve
AWK-Manual
- Manual for AWK scr ipt
sed与awk
- sed与awk非常好的学习资料,可以帮助学习相关知识;
awk学习资料
- 本资料主要收集了基本的awk命令,适用于初学者使用。