搜索资源列表
实践大师:UNIX awk和sed编程篇
- 这本书主要讲述了在UNIX下编写shell脚本的两个能力强大的工具awk和sed-this book mainly about the UNIX shell scr ipt prepared ability of the two powerful tool awk and sed
sed_awk
- sed and awk 编程介绍,各有一个pdf文件。
awk+sed
- linux下介绍awk和sed的经典书籍, Orelly出品,英文版,是每个想精通awk sed等工具的必备书籍。
LINUXUNIXShellProgrm1
- linux,Unix,shell编程详细说明。本书内容全面,包括了awk, sed, tr等常用工具的用法,对于shell初学者是不可多得的好书。
LINUXUNIXShellProgrm2
- linux,shell编程。讲解详细,包括awk,sed,tr等工具的使用。对于初学者而言,非常有帮助。
SEDandAWK
- 《sed和awk》,英文版。介绍了linux的2个强大的shell工具:sed, awk。是Linux开发进阶级好书。-O REILLY book: <<sed and awk>>
OReillySedAwk2ndEdition.pdf
- OREILY SED & AWK PDF
tcpick
- tcpick is a textmode sniffer libpcap-based that can track, reassemble and reorder tcp streams. Tcpick is able to save the captured flows in different files or displays them in the terminal, and so it is useful to sniff files that are transmitted via
linuxAndunix_shell_Program
- linux与unix_shell编程指南,讲述了用find和xargs,文件安全与权限,命令执行顺序,grep家族,awk,sed,tr,shell变量和环境,shell脚本介绍,函数,shell嵌入命令,输入输出,常用shell命令-linux and unix_shell programming guide describes the use of find and xargs, file security and permissions, the command execution ord
awk.and.sed3
- 国内饭醉团伙经典力作,在英文原版和中文版第二版的基础上全力打造的中文翻译精品,详述脚本语言sed和awk的编程开发-sed and awk, 3rd edition.
sed-and-awk(second)
- 该书籍介绍了在linux/unix环境下,sed和awk工具的详细使用,并且提供了许多有用的实例。-The book describes the linux/unix environment, sed and awk tools to use in detail, and provides many useful examples.
sed-awk-grep
- linux bash里的grep,sed,awk基本用法学习电子书。-linux bash in the grep, sed, awk to learn the basic usage of e-books.
shell-regular-expression
- shell中的grep家族,sed,awk家族的使用难点记录。-grep,sed,awk,the use of them in shell
awkPandPsedP
- sed和awk是Linux/Unix中shell的非常有用的命令,其命令语法丰富,复杂。这片文档系统介绍了这两个命令的使用。-sed/awk,shell unix/Linux
Sed-and-awk--Second-Edition
- Sed与awk第二版(高清版) 讲述sed和awk强大的文件编辑工具-Sed and awk, Second Edition (HD version) about sed and awk powerful file editing tool
awk-and-sed3
- 很强大的awk和sed教程,志同道合的朋友们,加油喔-Very powerful awk and sed tutorial, like-minded friends, come on!
sed-and-awk
- shell编程中经常用到的关于sed和awk的使用方法讲解-shell programming is often used on the use of sed and awk to explain
Sed-and-awk
- sed 和awk的高清第二版,内容齐全,学习awk与sed必备资料-sed and awk HD second edition, the content is complete, a lot of work
sed_awk
- sed awk常见问题解决方案记录,希望对你有用-sed awk
xlsx2csv
- 一般对于csv表格文件,在linux可以直接以文本形式打开,并用sed、awk等流编辑器进行格式化处理。但是,对于xls表格文件,需要安装软件包catdoc,之后可以用命令xls2csv将xls表格文件转换为csv文件,接着就可以处理了。但是,对于office 2007以后的xlsx格式,在linux下是二进制文件,无法直接以文本形式打开。并且,xls2csv对于xlsx格式无法直接转换,因此我找到一个python实现的xlsx2csv.py程序-General for the CSV form