sed -i "s/parser/extractor/g" `grep parser . -Rl`
#! /bin/bash mysqllogin="mysql -uroot -p123456" #创建一个连接变量 sid=2000000001 #定义一个学生学号变量并赋初始值 …
ffmpeg -i test.asf -y -f image2 -t 0.001 -s 352x240 a.jpg
#! /bin/sh IFS_old=$IFS IFS=$'\n' file="zombie.txt" num=0 proc_name= self="cnt_zombie.sh" …
#!/bin/sh #centos6及以下的配置方式 /sbin/iptables -P INPUT ACCEPT #清空所有规则 /sbin/iptables -F /sbin/…
#!/bin/sh url=$1/ sltime=$2 if [ [$1] == [""] ];then echo "1.use like this:$0 url" echo "2…
gdb -p $pid << EOF >> change.log p global_var = new_value detach EOF
#!/bin/bash #========================================= # Filename : watch.sh # Filetype : …
#!/bin/bash DEVDIR=/var/run/media/freelh echo "开始卸载..." for i in `ls $DEVDIR` do echo "开始卸…
linux shell 按行循环读入文件方法 #!/bin/bash printf "*************************************\n&qu…
"C:\Program Files\Microsoft Visual Studio 11.0\VC\vcvarsall.bat" x86 && msbuild D:…
@echo off rem # ---------------------------------- rem # 接口 IP 配置 rem # ------------------…
php extension automatic deploy in mac(windows)