Greg Parker writes:
> Try converting the Handspring headers to Unix line endings using
> CodeWarrior or BBEdit or maybe Xcode. Or you can use
> < old-file tr '\r' '\n' > new-file
> in the shell. (Note that the shell command will erase your file
> if "old-file" and "new-file" are the same file.)
Oops, sorry. That shell command will convert Mac line endings to
Unix line endings, which is probably not what you want. Use this
instead (on the original files):
< old-file tr -d '\r' > new-file
...which will convert DOS to Unix line endings.
--
Greg Parker [EMAIL PROTECTED]
pssh: SSH 2 for Palm OS 5 http://www.sealiesoftware.com/pssh/
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/support/forums/