a little shell problem

Inizio della pagina
Allegati:
Messaggio come e-mail
+ (text/plain)
Delete this message
Reply to this message
Autore: Lynn David Newton
Data:  
Oggetto: a little shell problem
John> You said "near the top." Make sure it's not on
John> the first line of the file.


John> Also, on line 1: #!/bin/ksh (or whereever it
John> is) might help


Of course. It's standard procedure to put in the
shebang.

Six scripts, 638 lines of code, written, tested,
checked into CVS, installed. Job done. Time constraints
obliged me to go with the simplest solution, namely

for i in ~user1/dir \
         ~user2/dir \
do
  etc.
done


Job done. Thanks to those who responded for the
suggestions.

--
Lynn David Newton
Phoenix, AZ