Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用以下命令:
echo psc | tmadmin
它的输出是这样的:
seFreeSusp00 seFreeSusp00 julRSecur JUL 146 xyz 0 可用 seExpireUse+ seExpireUse+ julRSecur JUL 146 xyz 0 AVAIL
seFreeSusp00 seFreeSusp00 julRSecur JUL 146 xyz 0 可用
seExpireUse+ seExpireUse+ julRSecur JUL 146 xyz 0 AVAIL
我知道它会返回 tuxedo 环境中的服务列表。
我的问题是-单个命令的作用是什么?我的意思是,使用了一个管道命令。第一个的输出是第二个的输入。那么这个命令是如何单独工作的呢?
tmadmin 正在从标准输入读取它的命令。因此,当您输入告诉 tmadmin 运行 psc 命令的字符串“psc”时