Mar 17, 2007 #1 ovince Programmer Feb 27, 2007 55 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 Feb 27, 2007 55 FR ahhhh ... ok. I found a easy way with pipeline and mv command Upvote 0 Downvote