习惯性的喜欢查询ip地址所在地SHELL#!/bin/sh #查询ip所在地 #查询访问地址,去除重复地址 cat /var/log/httpd/access_log | awk '{print $1}' | awk '!a[$0]++' >ip.txt #用法:cat ip.txt | ./ip.sh 或者 ./ip.sh 8.8.8.8 ips=$1 get=`curl -s
CRT可以在Session下修改Properties,从而批量修改配置文件 '2012年12月29日19:06:59 用于修改Xshell登陆文件 On Error Resume Next Const ForReading = 1 Const ForWriting =&nb
最近设备密码更换,配置文件很多,所以写了个脚本'2012年12月28日21:31:39 配置文件读写 OnErrorResumeNext Num = NRAND(7) 'Randomize 'Num = Int((100000 * Rnd) + 1) ' ############################################################ '创建测试文件 Se
Copyright © 2005-2024 51CTO.COM 版权所有 京ICP证060544号