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.
AWK or some search
Name: johan Date: April 16, 2008 at 06:54:25 Pacific OS: Sun 8 CPU/Ram: 1
Comment:
Very big file is as below. One message are separated by ----- in file How I can find only my messages ( fOR example, number 9999888).
big.file ------------------------ text in many line text my Number 9999888 text ok text ok text etc ------------------------ text in many line text not my Number 2111212 text text ------------------------ text in many line or one line text start my number 9999888 text message text end ----------------------- etc -----------------------
It should be after search
------------------------ text in many line text my Number 9999888 text ok text ok text etc ------------------------ text in many line or one line text start my number 9999888 text message text end -----------------------
Summary: Need help with awk or sed script. I have multiple files with the following in first line NUMBER_COLUMNS=15 I want to increase the number by 1 so it should say NUMBER_COLUMNS=16 Thanks ..... salman ...
Summary: Hi there I'm new to performing calculations using awk or some such tool withi a UNIX shell script. I have a formula which I need to calculate. I've done it using bc but it involves breaking down ...
Summary: Hi. I need to write a script to edit a file without using awk or sed. I am given J5: J4 J2: J3 J1: J2 J3 J: J2 J3 J4 And the output should become J5.class: J4.class J2.class: J3.class J1.class: J2.cla...