Feb 5, 2007 #1 kubabuk Technical User Jan 31, 2007 4 GB Hi, I was wondering, if it is possible to set permission attributes while creating a file? Can I somehow put chmod a+x inside awk loop? thanks a lot kuba
Hi, I was wondering, if it is possible to set permission attributes while creating a file? Can I somehow put chmod a+x inside awk loop? thanks a lot kuba
Feb 5, 2007 #2 PHV MIS Nov 8, 2002 53,708 FR Have a look at the system function. You may also consider the umask command before launching your awk program (in unix). Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886 Upvote 0 Downvote
Have a look at the system function. You may also consider the umask command before launching your awk program (in unix). Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886