Search Results

Search: Posts Made By: sushma123
15,082
Posted By sushma123
I have missed 2016 in end
I have missed 2016 in end
15,082
Posted By sushma123
Source of variable is taken from log file. So I...
Source of variable is taken from log file. So I need to format variable later. I am working in AIX . Not finding Gnu date
15,082
Posted By sushma123
Date format change in AIX
Hi I have a date format in a variable as Apr 7 03:35:59 EDT 2016. how do i change it to 04/07/2016 03:35:59 EDT format
1,168
Posted By sushma123
It wont give any exit code. But I can check in...
It wont give any exit code. But I can check in log file for any error and
exit 1 ;
So last command exit 1. will give $? system call return 1 .
1,168
Posted By sushma123
Exit from script
I am invoking java program from shell script. Is there way to catch internal error and exit from script.

though it is logging exceptions and errors script continues.
2,773
Posted By sushma123
awk 's!=""{s=s RS $0} /Process Beginning/{s=$0}...
awk 's!=""{s=s RS $0} /Process Beginning/{s=$0} /Process Ending/{if(s!~/sqlExtract/) print s; s=""}' file |awk 'NR==1; END{print}'

as I need only first and last line

Can it be done...
2,773
Posted By sushma123
grep wont help me here . I need someone help me...
grep wont help me here . I need someone help me on awk with pattern search in file

I have 3 block data with start and end time(Process Begining and Proces Ending). I need to discard 2 block data...
2,773
Posted By sushma123
As there is 3 block of Process Beginning and...
As there is 3 block of Process Beginning and Process Ending how do I print only first one , discard other 2 based on pattern match sdshsdhsh_sqlExtract.2016-04-02.csv
2,773
Posted By sushma123
Extarct block data using awk
I have 3 block data with Process Beginning and Process Ending

I need to Print Begining and ending lines of block data other than sqlExtracts blocks


Process Beginning -...
Forum: AIX 04-01-2016
2,579
Posted By sushma123
==================================================...
================================================================================


- Process Beginning - 2016-03-31-00.24.17
10000 line logs

-Process Ending - 2016-03-31-00.25.17


I have...
Forum: AIX 04-01-2016
2,579
Posted By sushma123
Print nth previous line after match
Please help me
print nth line after match

awk or sed one line command.
Showing results 1 to 11 of 11

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