A quick and dirty shell implementation for A.U.TH. (Operating systems Lab)
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 

30 行
173 B

  1. # example batch file
  2. echo
  3. &&pwd && date
  4. echo
  5. pwd; date
  6. echo
  7. date;;;; pwd
  8. echo
  9. grep hello file1 && date
  10. echo
  11. pw ; date
  12. echo
  13. dat && pwd
  14. echo
  15. ls -a|wc -c