532621898

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
 1 $ cat example  
 2 #!/bin/sh  
 3 #This is to show what a example looks like.  
 4 echo "Our first example"  
 5 echo # This inserts an empty line in output.  
 6 echo "We are currently in the following directory."  
 7 /bin/pwd  
 8 echo  
 9 echo "This directory contains the following files"  
10 /bin/ls

 

posted on 2015-05-06 18:00  532621898  阅读(75)  评论(0)    收藏  举报