Difference between revisions of "Con"

From Initech Technical Wiki
Jump to: navigation, search
(Created page with "If you initialise con with no arguments it gives you a full list of all devices registered in rancid <pre> con </pre> If you initialise it with a keyword it gives you a...")
 
Line 3: Line 3:
 
con
 
con
 
</pre>
 
</pre>
 
+
[[File:Con.png]]
  
 
If you initialise it with a keyword it gives you a list of the devices which name or description match the keyword
 
If you initialise it with a keyword it gives you a list of the devices which name or description match the keyword
Line 9: Line 9:
 
con corp
 
con corp
 
</pre>
 
</pre>
 
+
[[File:Con-corp.png]]
 
 
<pre>
 
con
 
</pre>
 

Revision as of 21:39, 9 May 2016

If you initialise con with no arguments it gives you a full list of all devices registered in rancid

con

Con.png

If you initialise it with a keyword it gives you a list of the devices which name or description match the keyword

con corp

Con-corp.png