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.
gen. new string from a text file
Name: walterwaston Date: October 6, 2007 at 22:24:01 Pacific OS: Unix CPU/Ram: Unix Product: Unix
Comment:
Hi,
I have a file and the content looks like this:
line1 line2 File #5 : found '/u01/testing.txt' line5 line6 line7 File #12 : found '/u01/testabc.txt' line10 line11
I want to write a bash shell script to give me the output:
The file 5 is '/u01/testing.txt' The file 12 is '/u01/testabc.txt'
As I am new in shell script, can anyone tell me how to do this?
Summary: I need to remove trailing blanks from a text file . Each line is long 1024 characters and only the first part (about 100 char) is meaningful and I have some problems viewing the informations with '...
Summary: Hi all, I have a text file and I want to clean up the file by only print those lines start with the date. Is there anyway I can do that? Code: [?25h[2J[?4l[?1l[0m[1;24r[?3h[?3h ...
Summary: I have a customer with SCO Unix and Windows . He has is a program that can create a large textfile. What he will use this program for is to create a text file that will contain a large amount of cu...