其他 命令
作者: plp626 时间: 2011-5-22 13:48
本帖最后由 plp626 于 2011-10-19 23:59 编辑
vbs实用脚本:
作者: plp626 时间: 2011-5-22 15:36
本帖最后由 plp626 于 2011-5-22 15:43 编辑
实用注册表:。。。
作者: plp626 时间: 2011-5-22 15:36
本帖最后由 plp626 于 2011-5-22 15:45 编辑
实用perl脚本。。。
作者: plp626 时间: 2011-5-22 15:37
本帖最后由 plp626 于 2011-5-22 15:56 编辑
windows系统设置和修复实用脚本。。。
作者: plp626 时间: 2011-5-22 15:37
本帖最后由 plp626 于 2011-5-22 16:02 编辑
实用算法伪代码。。
作者: plp626 时间: 2011-5-22 15:46
占位编辑。。。
作者: plp626 时间: 2011-5-22 15:46
未完待续。。。。
作者: plp626 时间: 2011-5-23 19:36
- ->gawk -h
- Usage: gawk [POSIX or GNU style options] -f progfile [--] file ...
- Usage: gawk [POSIX or GNU style options] [--] 'program' file ...
- POSIX options: GNU long options:
- -f progfile --file=progfile
- -F fs --field-separator=fs
- -v var=val --assign=var=val
- -m[fr] val
- -W compat --compat
- -W copyleft --copyleft
- -W copyright --copyright
- -W dump-variables[=file] --dump-variables[=file]
- -W exec=file --exec=file
- -W gen-po --gen-po
- -W help --help
- -W lint[=fatal] --lint[=fatal]
- -W lint-old --lint-old
- -W non-decimal-data --non-decimal-data
- -W profile[=file] --profile[=file]
- -W posix --posix
- -W re-interval --re-interval
- -W source=program-text --source=program-text
- -W traditional --traditional
- -W usage --usage
- -W version --version
-
- To report bugs, see node `Bugs' in `gawk.info', which is
- section `Reporting Problems and Bugs' in the printed version.
-
- gawk is a pattern scanning and processing language.
- By default it reads standard input and writes standard output.
-
- Examples:
- gawk '{ sum += $1 }; END { print sum }' file
- gawk -F: '{ print $1 }' /etc/passwd
-
- ->
复制代码
作者: plp626 时间: 2011-5-23 19:43
本帖最后由 plp626 于 2011-5-23 20:53 编辑
- gawk pattern {action} file;对文件file中的pattern模式做action操作。。
- 记录record:类似于"语句";
默认以换行符\n为标记,存储在RS变量内;NR为当前记录的个数;ORS为输出记录分割符;
- 字段field:类似于“单词”;
默认以任意空格或制表符为标记,存储在FS变量内;NF为当前记录下字段的个数;OFS为输出字段分隔符;
作者: common 时间: 2011-6-7 21:33
太菜,没看明白
作者: lxzzr 时间: 2011-6-14 12:16
14# 囝子涵
看不懂就虚心学,瞎嚷嚷什么!
作者: lujice 时间: 2011-6-14 13:20
您收藏的哪些宝贝,怎么不给出下载链接?
作者: 523066680 时间: 2013-7-17 17:09
本帖最后由 523066680 于 2013-7-17 19:05 编辑
回复 15# lxzzr
一看就是个马甲,说了一句话就没出现了
哦 我是说你回复的那个人
作者: lxzzr 时间: 2013-7-17 18:14
回复 18# 523066680
这不是在么,又在翻老贴了,,
作者: 523066680 时间: 2013-7-17 18:48
本帖最后由 523066680 于 2013-7-17 19:06 编辑
回复 19# lxzzr
看到CrLf贴链接才来到这里的。
http://www.bathome.net/thread-25342-1-1.html
我是说lxzzr 回复的那个人
作者: bgst 时间: 2013-7-23 16:46
楼主有好东西赶紧放出来吧
作者: amwfjhh 时间: 2014-11-12 14:54
单看这个目录就能想象楼主的强大了。到这个论坛来看来好多强贴都来自于楼主,真心佩服。。。
欢迎光临 批处理之家 (http://bbs.bathome.net/) |
Powered by Discuz! 7.2 |