linux命令点滴

14 篇文章 0 订阅

Where there is a shell, there is a way!


shell>find -maxdepth 1 -type f -newermt "00:00" -printf "%f\n" | sort 查看今天创建的文件

shell>history | awk '{print $2}' | sort | uniq -c | sort -rn | head 列出你最常使用的命令

(这儿还有另一个出处:history | awk '{CMD[$2]++;count++;} END { for (a in CMD )print CMD[a] " " CMD[a]/count*100 "% " a }' | grep -v "./" | column -c3 -s " " -t | sort -nr | nl | head -n10)

shell>function whichpkg { dpkg -S $1 | egrep -w $(which $1)$; } 寻找命令属于哪个包

(这里我一般三部曲: 1:shell>which 命令; 2: shell>rpm -ql 目录; 3: shell> grep "conf"等,看对应命令的一些配置文件,或bin目录下的其他命令... )

shell>rsync -vau --exclude='.*' SOURCE-PATH/myfold TARGET-PATH    snyc同步时候忽略隐藏文件

shell>python -mjson.tool somejson.txt    //从python2.6开始,多了个json.tool的东西.
//修改rhel6时区:
shell>alias cp='cp'
shell>echo 'ZONE="Asia/Shanghai"' > /etc/sysconfig/clock
shell>cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
shell>ntpdate stdtime.gov.hk > /dev/null
Then, U can date!


http://commandlinefu.cn/

http://www.commandlinefu.com/




PS: 好久没有把这些滴滴点点记下了 ...奋斗...

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值