Search Results

Search: Posts Made By: cyberray
11,124
Posted By cyberray
Try this: sed -n "/string/{n;n;n;p;}"...
Try this:

sed -n "/string/{n;n;n;p;}" data.txt>data1.txt

Not sure if it could work,try it out??
2,625
Posted By cyberray
Hi ghostdog,ya i managed to get the 2007-10-16...
Hi ghostdog,ya i managed to get the 2007-10-16 11:56:45 SUPER.OPR by using the following code

Code:
awk "/\$DATA.*DISKFILE/{print $3,$4,$5}" zyx.txt>zzz1.txt

Thanks alot for your help!!will...
2,625
Posted By cyberray
Hi Yoguesh,well can this be done by awk or sed?i...
Hi Yoguesh,well can this be done by awk or sed?i only got this two program..thanks alot!
2,625
Posted By cyberray
Anyways to find sentences with data format and extract it???
Hi guys,i got this problem which is..i need to find those sentences with date inside and extract them out,the input is somehow like this

eg:
$DATA42.GANTRY2.GA161147 DISKFILE ...
3,804
Posted By cyberray
hi thanks for your code!!haha..well..i was...
hi thanks for your code!!haha..well..i was wondering if sed could do the same thing,any idea?
3,804
Posted By cyberray
hey ya ghostdog,i am just curious,can sed do the...
hey ya ghostdog,i am just curious,can sed do the same thing?haha..just a question..if cannot i just use awk..thanks
3,804
Posted By cyberray
hey thanks alot ghostdog!!hmmm..ya..haha..cos i...
hey thanks alot ghostdog!!hmmm..ya..haha..cos i am really damn noob in programming..need some pros help..haha..thanks alot..
3,804
Posted By cyberray
hey hi,well..the starting is what i post in the...
hey hi,well..the starting is what i post in the start of my thread which is like this

starting:
root: root time_last_login = 1191232080 root tty_last_login = /dev/vty0 root host_last_login =...
3,804
Posted By cyberray
Hi,well..what i trying to do is that when the...
Hi,well..what i trying to do is that when the sentence meet the word "root" it will automatically bring the remaining sentences to the next line,it will somehow be like this after what i wanted
...
3,804
Posted By cyberray
Can someone kindly help with appending problem!!!
Hi guys,i urgently need help in this problem,i need to append one sentence to another line when it meet a certain word.

For example:

root: root time_last_login = 1191232080 root tty_last_login...
1,347
Posted By cyberray
hey..nah..this is not homework,cos i doing out a...
hey..nah..this is not homework,cos i doing out a system..then need help in this area only..the others is almost complete..but left this..so really hope can help out,thanks
1,347
Posted By cyberray
Need help in awk or sed!!
Hi guys,i need to do the following tasks and wish somebody can help using awk or sed language

I want to place a sentence after a certain sentences when it match a certain word

for example:...
2,022
Posted By cyberray
Need sed help!!!!
hi guys can anyone tell me how to replace a line with the word "hi" and "hello" with another line perphaps like "hi how are u?"just started learning sed,need this command for my project,thanks alot:)
Showing results 1 to 13 of 13

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