Feb 5, 2007 #1 kubabuk Technical User Joined Jan 31, 2007 Messages 4 Location 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 Joined Nov 8, 2002 Messages 53,708 Location 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