Search Results

Search: Posts Made By: Balaji Sukumara
1,604
Posted By Balaji Sukumara
need some good unix scripting docs for the beginers
Hi,

Could someboby share a good unix doc covering sed,awk n gsub etc..i do get some info on web..but i prefer some very good doc...


Thanks...:)

Plz send it to balajigrt@gmail.com
2,963
Posted By Balaji Sukumara
i think u missed awk ' keyword eg: awk...
i think u missed awk ' keyword

eg:

awk 'BEGIN { FS = "=" } {ORS = "~"} {if ($1=="END-PROCESS-DESCRIPTION-RECORD") {print "\n"}} { print $2}'
1,936
Posted By Balaji Sukumara
thanks..mk1216
thanks..mk1216
1,936
Posted By Balaji Sukumara
inserting a lines in a file
Hi folks,

i need to insert the same set of lines between each line

input lines
111111
aaaaaa
333333

output should be
111111
1
2
3
aaaaaa
1
2
3
333333
1
9,209
Posted By Balaji Sukumara
cut -b 7-11 <file-name>
cut -b 7-11 <file-name>
4,626
Posted By Balaji Sukumara
I'm new to unix , Im here to learn from the...
I'm new to unix , Im here to learn from the experts , Here is my doubt
this is a sinlge line.

2008-05-24 04:11:57,008 [http-8080-Processor23] INFO com.kodiak.agc.ProvisionAGC -...
4,626
Posted By Balaji Sukumara
thanks era...here are few more questions ...
thanks era...here are few more questions
2008-06-16 PROV_STATS:::919900546978::Nokia 6600: a e
2008-06-16 PROV_STATS:::919900546978::Nokia 6600: b f
2008-06-16 PROV_STATS:::919900546978::Nokia...
4,626
Posted By Balaji Sukumara
how to extract a data from a column?
Hi All,

Consider the below column, say this is the 4th column in a file

PROV_STATS:::919900546978::Nokia 6600
PROV_STATS:::919900546978::Nokia 6600
PROV_STATS:::919900546978::Nokia 6600
...
Showing results 1 to 8 of 8

 
All times are GMT -4. The time now is 11:18 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy