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.
Extraction Issue
Name: prashanthraju Date: March 29, 2007 at 03:32:04 Pacific OS: Unix CPU/Ram: 512 MB Product: HP
Comment:
Hi all, I extracted one line from from a file using ls command & output is as follows Deployed : 25 File uploaded : 2560 File Rejected : 1 Now i need to extract only 2560 from the above line..Output will be always same Can any one help to extract this value. Prob with cut command is that it cuts the file only.....
Summary: How about extracting the last line of a file. For example, I'm ftp'ing a file from UNIX to an NT box and an extra line is being added to the end of the file on the NT box. All it is is a blank line. ...
Summary: Hi, I am running the command "finger" in a loop to see information about people on out system. I need to extract the Login Name for each person who i finger! e.g. command issued is: $ finger smith Out...
Summary: Dear All, I have a file generating mechanism whenever the file's limit (threashold) exceeded. File name has a USER names and time stamp. Eg. John_FILE_030214_1152.001 Smith_FILE_030214_1202.001 Samant...