Difference between revisions of "Talk:Serial Hack"

From LinuxMCE
Jump to: navigation, search
m
 
(please don't edit pages unless you actually have something to add)
Line 1: Line 1:
== Comments ==
 
  
If someone out there has a better way of doing this, please post it here! -AVJohn
 
 
 
----
 
How about:
 
cat >/usr/pluto/bin/ListSerialPorts.sh <<"EOF"
 
#!/bin/bash
 
 
tree -fi /dev | grep ttyS
 
tree -fi /dev | grep ttyUSB
 
EOF
 
 
That should overwrite the file in one go, without having to use vi.
 
--[[User:Zaerc|Zaerc]] 04:53, 20 September 2007 (MST)
 

Revision as of 15:55, 21 September 2007