上海交大《unix系统编程》上课讲义4.pdfVIP

  • 1
  • 0
  • 约1.27万字
  • 约 28页
  • 2018-05-08 发布于江苏
  • 举报
三、 UNIX 环境下的 Shell 编程 The first Bash shell program: #!/bin/bash # This is the first Bash shell program of the day. # Scriptname: greetings # Written by: Barbara Bashful echo Hello $LOGNAME, its nice talking to you. echo Your present working directory is `pwd`. echo You are working on a machine called `uname -n`. echo Here is a list of your files. ls # List files in the present working directory echo Bye for now $LOGNAME. The time is `date +%T`! 1.

文档评论(0)

1亿VIP精品文档

相关文档