Mar 17, 2007 #1 ovince Programmer Joined Feb 27, 2007 Messages 55 Location FR Hi Colud somebody tell me how to make changes on file by awk and to redirect into file wih same name awk '{print $1, $2/2}' f1 > f1 does not work of course but must be a way to do it no? thanks oliver
Hi Colud somebody tell me how to make changes on file by awk and to redirect into file wih same name awk '{print $1, $2/2}' f1 > f1 does not work of course but must be a way to do it no? thanks oliver
Mar 17, 2007 Thread starter #2 ovince Programmer Joined Feb 27, 2007 Messages 55 Location FR ahhhh ... ok. I found a easy way with pipeline and mv command Upvote 0 Downvote