Search Results

Search: Posts Made By: ernie
1,132
Posted By ernie
Why not test the first line and only continue to...
Why not test the first line and only continue to search the log if date & time is within the last 10 minutes?
13,786
Posted By ernie
adding a line to the sample: "InvType" ...
adding a line to the sample:
"InvType" "Organization" "SBC.10720101" "CP.BUP.NY"
"InvType" "Organization" "SBC.10980101" "CP.BUP.NY"
"InvType" "Organization" "SBC.10720101" ...
2,404
Posted By ernie
I may be misunderstanding your requirements but...
I may be misunderstanding your requirements but wouldn't:-

create a log of emails sent
match lines your "new" part of the source log to to the email log
on no hit send an email and append...
3,022
Posted By ernie
Went on this same hunt more than a year ago. We...
Went on this same hunt more than a year ago.
We chose to not pursue this because of it's lack of security.
The only option I came up with was using the perl module Net-SFTP-Foreign.
3,351
Posted By ernie
Why not a python or perl script using one of John...
Why not a python or perl script using one of John Mcnamara's modules. Google search python csv to xlsx mcnamara turns up his GIT repository as the top result.
3,351
Posted By ernie
It appears that your script creates a text file...
It appears that your script creates a text file with a single space as the field separator.
1,178
Posted By ernie
awk '{printf("%16.16s, %s, %s, %s\n",...
awk '{printf("%16.16s, %s, %s, %s\n", $1,$16,$22,$NF)}' RS="" file
Showing results 1 to 7 of 7

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