Chinaunix首页 | 论坛 | 博客
  • 博客访问: 547101
  • 博文数量: 142
  • 博客积分: 2966
  • 博客等级: 少校
  • 技术积分: 1477
  • 用 户 组: 普通用户
  • 注册时间: 2009-12-07 22:37
文章分类

全部博文(142)

文章存档

2013年(3)

2012年(21)

2011年(53)

2010年(33)

2009年(32)

分类:

2010-07-21 10:55:52

从 会随机的显示一条脚本技巧.
把下面的内容放到bashrc中,运行shellfu即可,enjoy!

shellfu(){ curl -s "" | sed -e 's/
-e 's/<\/div>/\n<\/div>\n/g' | sed -n -e "/
/,/<\/div>/p" | lynx -stdin -dump -nolist; }


运行效果:

#shellfu 
   The commmands below show the ten largest files/dirs in the working
   directory. Both commands give similar results, though handle things
   slightly differently. The 'du' option is good if you also need sizes of
   subdirectories, but the 'ls' option gives more detail.
ls -laSh | head -10
 
du -s * | sort -nr | head -10
 
   I find both to be useful in situations where I need to make more free
   space.
阅读(773) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~