> > >  tr -cd a-zA-Z0-9 < /dev/urandom | dd bs=$len count=1 2>/dev/null

> It didn't work.  My shell is tcsh so I tried:
> tr -cd a-zA-Z0-9 < /dev/urandom | dd bs=8 count=1 >& /dev/null

">&" redirects stderr *and* stdout.

-- Richard

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to