This function will dump the object's information to the standard output stream.
该函数将对象的信息转储到标准输出流。
Actually, you can still redirect or pipe stderr, but not stdout, since there will not be any standard output — it's being internally piped to the lp process using the popen function.
实际上,您仍然可以对标准错误使用重定向或管道命令,但不能对标准输出使用,因为没有任何标准输出—正在内部使用popen函数由管道将它输送至lp进程。
It also sets some default values for the script, and then parses the command-line arguments using the standard Bash shell's getopt function. (Listing 7 shows the output of this usage message.)
它还为此脚本设置了某些默认值,然后使用标准的Bash shell的getopt函数解析这些命令行参数(清单7给出了这个使用消息的输出)。
应用推荐