Suppose I have a short script as such:

find . -name 'wwwboard.html' -print | while read i
do
  print $i
done

how can I pass the name of the directory where $i lurks to another
variable, such as $dir?



-- 
Sliante,
Richard S. Crawford

http://www.mossroot.com
AIM: Buffalo2K ICQ: 11646404 Y!: rscrawford
MSN: [EMAIL PROTECTED]

"It is only with the heart that we see rightly; what is essential is
invisible to the eye." --Antoine de Saint Exup�ry


_______________________________________________
vox-tech mailing list
[EMAIL PROTECTED]
http://lists.lugod.org/mailman/listinfo/vox-tech

Reply via email to