OK. this is the final question i have (hopefully). this is my problem.
What im trying to do is
1) take all the full pathnames of directories and print them to a text file. I've already got an answer on how to do this...
2) i need to loop through them one at a time and print single rows to another text file. it prints row one, then runs another of my shell scripts. when the shellscript is done, i need to do the same while printing row two to the text file...
i dont know how to do step two. I thought origionally awk would be the answer, but awk deals with columns, not rows.
Any insight? thanks.
2007-08-14
06:53:52
·
3 answers
·
asked by
toodles_1399
1
in
Computers & Internet
➔ Programming & Design