实用shell脚本 显示经常用的前10的shell命令 1 #!/bin/bash 2 cat ~/.bash_history |a... 2021年08月03日 阅读 66 次浏览 发表评论 阅读全文
shell图形界面编程菜单 #sudo apt-get install dialog #http://www.freeos.com/guides/lsst/ #!/bin/bash... 2021年08月03日 阅读 128 次浏览 发表评论 阅读全文
shell paste 转:http://zhidao.baidu.com/link?url=Rg4Po8aPxsQqnFmDDIuX1tkvzLPxQkRBMdspWjclT... 2021年08月03日 阅读 59 次浏览 发表评论 阅读全文
iptables用法 https://www.cnblogs.com/chinaifae/p/10190972.html 在terminal中输入iptables然后 service i... 2021年08月03日 阅读 117 次浏览 发表评论 阅读全文
linux解压 unzip unzip 文件名.zip unrar unrar x 文件名.rar tar -jxvf tar -jxvf 文件名.tar.bz2 ta... 2021年08月03日 阅读 168 次浏览 发表评论 阅读全文
shell文件行单词字符操作统计 cat /tmp/test/file.txt hello the world god is a girl 大家好 pi@bananapi ~/shell $ cat... 2021年08月03日 阅读 128 次浏览 发表评论 阅读全文
diff 用法 转:http://blog.chinaunix.net/uid-25311424-id-3052653.html diff是shell下用来比较两个文件... 2021年08月03日 阅读 99 次浏览 发表评论 阅读全文
linux sftp linux http://hi.baidu.com/xiboliya/item/963b75221ffe6bd7a417b643 win... 2021年08月03日 阅读 175 次浏览 发表评论 阅读全文
php计数器 1.session实现 counter1.php <body style='font-size:14px;'> <?php ... 2021年08月03日 阅读 117 次浏览 发表评论 阅读全文
shell监控 监控命令的输出 [test@06_09 test]$ watch 'ls -alrht' [test@06_09 test]$ watch -d 'ls -alrh... 2021年08月03日 阅读 113 次浏览 发表评论 阅读全文