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.
grep ?
Name: mgonzalo Date: September 18, 2006 at 02:07:35 Pacific OS: SunOS isis 5.8 CPU/Ram: Ultra-250 Product: Generic_108528-15 sun4u s
Comment:
R 041102133150Z 0118 unknown /C=ES/ST=Mad/O=xxxxx V 041102141444Z 0119 unknown /C=ES/ST=Mad/O=xxxxx V 041103094532Z 011A unknown /C=ES/ST=Mae/O=xxxxx V 041104125658Z 011C unknown /C=ES/ST=Maf/O=xxxxx R 041105094618Z 011D unknown /C=ES/ST=Mag/O=xxxxx V 041105171516Z 011E unknown /C=ES/ST=Mag/O=xxxxx
I have a listing of this type and i would want to obtain alone those that have V and they are 04 among these 2 characters there is a tabulator
"La experiencia es algo maravilloso. Nos permite reconocer un error cada vez que lo volvemos a cometer.", Franklin P. Jones
Summary: Hi! I have the text : ...HRD 20050905 820 N Final technical 820HRD If I want to remove only the line with "...HRD". Please some one know how and which the command on shell script to remove t...
Summary: hello All, I am trying to write a script that could do the following. grep red *.out grep blue *.out grep complete *.out now my problem is this is how file look like time 123 hello 123 red 123 blue 1...
Summary: I have a .txt file which contains several lines of text. I need to write a script program using grep or any other unix tool so as to detect part of the text(words) between / / that begin with the symb...