In my awk script I would like to print a file to a subdirectory created by variables.
instead of the command {print >> file} to print to a file in the current directory I'd like to send it to:
/subdirectory1/subdirectory2/file
where subdirectory1 and subdirectory2 are previously defined variables and existing folders.
I've tried a several things and no dice and as always I appreciate any help that may point be back in the right direction!
Scott
instead of the command {print >> file} to print to a file in the current directory I'd like to send it to:
/subdirectory1/subdirectory2/file
where subdirectory1 and subdirectory2 are previously defined variables and existing folders.
I've tried a several things and no dice and as always I appreciate any help that may point be back in the right direction!
Scott