1832928 Members
2259 Online
110048 Solutions
New Discussion

Character SAM Invocation

 
SOLVED
Go to solution
Chris Watson
Super Advisor

Character SAM Invocation

Could anyone tell me how to invoke the character based SAM without having that initial 'how to navigate, press return to continue' coming up?

Kind regards

Chris Watson
Moving along nicely
2 REPLIES 2
Steven Sim Kok Leong
Honored Contributor
Solution

Re: Character SAM Invocation

Hi,

Piping echo into sam does it nicely.

# echo | sam

Hope this helps. Regards.

Steven Sim Kok Leong
Brainbench MVP for Unix Admin
http://www.brainbench.com
James R. Ferguson
Acclaimed Contributor

Re: Character SAM Invocation

Chris:

# sam < /dev/null

..JRF...