View Single Post
Posts: 18 | Thanked: 1 time | Joined on Jun 2010
#23
Is there a way to print the output from a command to a text file? I've now had to go back to the

Code:
gconftool --all-dirs /system/osso/connectivity/IAP
command in order to get the proper input for the WiFi connection, however it's skipping past the connection I need, by about 4 - 5 lines.

I tried the 'less' command via an sh script,

Code:
gconftool --all-dirs /system/osso/connectivity/IAP | less
but that came back with

Code:
/media/mmc1/x1.sh: line 1: less: not found