Script

Bash

guake iterm2 bash终极手册 https://github.com/alebcay/awesome-shell https://github.com/k4m4/terminals-are-sexy https://sourceforge.net/projects/pacmanager/ shortcuts 0 # 标准输入

更多

Sed

Stream Editor sed会逐行读取数据到模式空间处理,

更多

Shell

编译为可执行文件? http://www.datsi.fi.upm.es/~frosal/ https://github.com/existz/shc-3.8.9 CFLAGS+=-static shc -r -f script.sh # 生成s

更多

Awk

awk把连续的相同的分隔符作为1个分隔符

更多

cron, at

crontab -e: 无需用户列,普通用户 /var/log/cron: 运行日志 /etc/crontab: 只有

更多

exec, xargs

find会把找到所有的item(大括号表

更多

Find

find [options] [expressions] 2>/dev/null # -nouser(无属主) -no

更多

Grep

http://man.linuxde.net/grep 支持BRE+ERE(-E) 常用通配符:

更多

Regex

https://regexr.com/ http://tool.chinaz.com/regex/ https://github.com/google/re2/wiki/Syntax Regular Expression 默认每个子表达式会自动拥有一个

更多

Batch

http://www.bathome.net/ 隐藏CMD运行窗口 特殊符号 symbol function . 在一般

更多