Operating System - OpenVMS
1754235 Members
3621 Online
108812 Solutions
New Discussion юеВ

Re: how to show multiple attributes with ncl?

 
Patrick_42
Contributor

how to show multiple attributes with ncl?

Dear all,

I want to show multiple attribute say
remote port and
dte class
for x25 access port objects

Can i show the attributes in one line rather that in multiple commands like followings?

ncl> show x25 access port * remote port
ncl> show x25 access port * dte class

Thanks,
Patrick.
2 REPLIES 2
Pim van Velzen
Advisor

Re: how to show multiple attributes with ncl?

$ ncl show x25 access port * -
remote port, dte class
John Yu_1
Valued Contributor

Re: how to show multiple attributes with ncl?

You can also do something like:

$show x25 access port * all char
Artificial intelligence is rarely a match for natural stupidity.