Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
How to add a ' character in awk
Name: abhijits Date: March 22, 2007 at 03:38:54 Pacific OS: HPUX CPU/Ram: 1GB Product: HP
Comment:
Hi,
I want to add the single quote to the beginning and end of all the strings contained in a file. i.e. my file is like abc dfg hjk and i want an output like 'abc' 'dfg' hjk'
Using sed / awk i am not able to put the ' character .. i am somehow not able to escape this character
Summary: Hi folks, Does anybody know how to list a directory in real time. (sort of what tail -f would do for a file), I need to be able to constantly poll a directory every 100miliseconds or so to see if a ne...
Summary: who knows how to deal with this task: say my office router's IP is 209.122.1.3, now I try to add a static route to reach 216.0.7.1 with a netmask of 255.255.255.224 Thank you so much, Daniel ...
Summary: i want to replace a file in .zip file in AIX5.3 machine; say i have file script.ksh file and a build.zip file which contains older version of script.ksh. i dont want to zip the entire thing. i want to...