Search Results

Search: Posts Made By: swathi reddy1
1,905
Posted By swathi reddy1
I am using below command to print the last non...
I am using below command to print the last non blank line

awk '/./{line=$0} END{print line}' file1

Now i want to delete that line and create one more file


But the below command can only...
1,905
Posted By swathi reddy1
Hi sir, I am using below command to print the...
Hi sir,
I am using below command to print the last non blank line
awk '/./{line=$0} END{print line}' file1

Now i want to delete that line and create one more file

But the below command can...
1,905
Posted By swathi reddy1
Deleting the last non blank line from a file
PGW|PGW_CDR_|2017-06-23 141946|2017-07-17 131633|2017-08-21
PGW|PGW_CDR_|2017-06-23 141946|2017-07-17 131633|2017-08-21
PGW|PGW_CDR_|2017-06-23 141946|2017-07-17 131633|2017-08-21 ...
875
Posted By swathi reddy1
Hi Don, Thanks for your response 1)we...
Hi Don,

Thanks for your response

1)we are using unix

3)getsequence.txt will contain format like 'E_MSC_EKMS1_20171013_0100127269.dat'
4)these are the files in my directory
...
875
Posted By swathi reddy1
Shell scripting looping issue
#!bin/ksh


---------------------------------------------------------------------------------------------
-- Get sequence number from database ...
Showing results 1 to 5 of 5

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