Hi,
I am writing a shell script to process a dir tree looking for
specific types of files, and creating a symbolic name of the found files by
stripping the "/" chars from the path.
Anyone know if I can get the output of
mawk 'gsub("/","",$pathname) {print}'
into another variable or even back into $pathname ?
GC