文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>随即显示一条脚本技巧

随即显示一条脚本技巧

时间:2010-07-21  来源:yaoshiyan

从http://www.shell-fu.org/lister.php?random 会随机的显示一条脚本技巧.
把下面的内容放到bashrc中,运行shellfu即可,enjoy!

shellfu(){ curl -s "http://www.shell-fu.org/lister.php?random" | sed -e 's/<div/\n<div/g' -e 's/<\/div>/\n<\/div>\n/g' | sed -n -e "/<div class='tipbody'>/,/<\/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.
相关阅读 更多 +
排行榜 更多 +
辰域智控app

辰域智控app

系统工具 下载
网医联盟app

网医联盟app

运动健身 下载
汇丰汇选App

汇丰汇选App

金融理财 下载