阅读背景:

sh:我怎样才能避免对编号的文件描述符造成破坏呢?

来源:互联网 

When I have

当我有

  exec 3>>file               # file descriptor 3 now points to file
  [ $dryrun ] && exec 3>&1   # or possibly to stdout
  echo "running">&3
  exec 3>&-                  # and is now closed
  exec 3>>file             



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: