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)

Reply via email to