On 4/28/07, Amos Shapira <[EMAIL PROTECTED]> wrote:
On 26/04/07, Ehud Karni <[EMAIL PROTECTED]> wrote:
> point. If you have only one such usb device you can do something like
> this (in bash): DEV=`echo /dev/ttyUSB?` and you'll get your device.
Just as a side note - the "echo" is redundant, it's enough to do
"DEV=/dev/ttyUSB?"
--Amos
(crusader against redundant echo's and "cat file | " statements)
You would love http://partmaps.org/era/unix/award.html
--
Cheers,
Maxim Veksler
"Free as in Freedom" - Do u GNU ?
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]