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.
extract text from a unix flat file
Name: jonnyd Date: April 26, 2007 at 03:39:52 Pacific OS: Sun Os10 CPU/Ram: sun4us sparc Product: Sun
Comment:
hi all, I have the following contents in a file:
64,000 B 04/23/07 07:32:37 M1 A /data/oracle/LNDBDP1/backup/arc2adsm/LNDBDP1_arc_l0_t620573562_s2398_p1.rmn 1,267,200 B 04/23/07 07:32:37 M1 A /data/oracle/LNDBDP1/backup/arc2adsm/LNDBDP1_arc_l0_t620574474_s2399_p1.rmn
And I need to extract the *.rmn bit at the the end of the lines not including the full path.
Summary: I need help in trying to extract information from a file (test.file). This file contains other files, basically a catalog of files. I would like to be able to move or extract each file from (test.fi...
Summary: i am trying to use unix to send a message using the dos command net send. I use a winNT computer but i have Xwindows and i want to run the command using a UNIX batch file ...