#!/bin/sh ########################### #delete log # in_day_num: like 1 2 is delete 2day ag…
nc www.oschina.net 80 < 1.txt>>1.log
:g curl -k -i --raw -o 0.dat -X POST -d "keyword=%%E6%%88%%91%%E6%%98%%AF%%E5%%B9%%BF%%E5%…
#!/bin/bash # Program: # system_init_shell # Author Looly cat << EOF +--------------…
<# " Satnaam WaheGuru Ji" Author : Aman Dhally E-Mail : amandhally@gmail.com website : …
iconv -f gbk -t utf8 -o 123 12 iconv -f 原编码 -t 目标编码 -o 输出的文件 原文件
echo off title windows7 无线热点设置 color 1E :main cls echo. echo. ----------------------------…
SET NLS_LANG=AMERICAN_AMERICA.AL32UTF8 SET USER=test SET PASSWORD=test SET DATABASE=ORCL S…
#!/bin/bash run () { if [ ! -f *.pro ] || [ ! -f *.pro.user ]; then echo "Warn: Can't find…
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\Del…
echo "test email" | mail -s XXXXX test@lookicloud.com
@echo off @title 批处理判断文件夹是否存在 if exist folder1 ( echo "已经存在文件夹" ) else ( md folder1 ) if n…
curl 无限循环发包post (windows 批处理goto)