a little shell problem

Startseite
Anhänge:
Nachricht
+ (text/plain)
Nachricht löschen
Nachricht beantworten
Autor: Lynn David Newton
Datum:  
Betreff: a little shell problem
Bill> have you tried escaping the newlines with a backslash?
  Bill> CLIENTS="~joe/foo \
  Bill>           ~blow/foo \
  Bill>           ~schmo/blah"


That's not the problem. The problem is that when you
put ~loginname in quotes, it turns off tilde
evaluation.

--
Lynn David Newton
Phoenix, AZ