我使用以下命令:
$form_ifn1t = stripslashes($_POST['ifn1title']);
$form_ifn1u = stripslashes($_POST['ifn1url']);
$form_ifn1d = stripslashes($_POST['ifn1desc']);
它的输出如下:
seFreeSusp00 seFreeSusp00 julRSecur JUL 146 xyz 0 AVAIL
seExpireUse + seExpireUse + julRSecur JUL 146 xyz 0 AVAIL
我知道它会返回tuxedo环境中的服务列表。
我的问题是 - 个别命令的作用是什么?我的意思是,使用了一个管道命令。第一个输出是第二个输入。 那么这个命令如何单独运作?
答案 0 :(得分:0)
tmadmin正在从标准输入读取命令。所以当你输入字符串“psc”告诉tmadmin运行psc命令
时