Search Results

Search: Posts Made By: djanu
3,484
Posted By djanu
Thank you! Perl script works. I have one more...
Thank you! Perl script works. I have one more question:

1. What if I had a file errorcodes.txt with a list of multiple error codes:

error-5
error-4
error-3
error-800

Can Perl script count...
3,484
Posted By djanu
Count number of errors within logs for last 6 months
I have directory /test/logs which has multiple logs:

audit.log
audit.log.1
audit.log.2
audit.log.3
audit.log.4
audit.log.5

audit.log is current log file and audit.log.X are archive log...
8,537
Posted By djanu
Wow. This is quite a script. All I need is number...
Wow. This is quite a script. All I need is number of days. There are no easier ways?

---------- Post updated 02-24-12 at 10:17 AM ---------- Previous update was 02-23-12 at 05:01 PM ----------
...
8,537
Posted By djanu
Calculate days between yyyyMmmdd dates on Solaris
I extract dates from the log file and need to calculate days between two dates. My dates are in yyyyMmmdd format. Example:

$d1=2011 Oct 21
$d2=2012 Feb 20

I need to calculate the number of...
6,435
Posted By djanu
Thank you!
Thank you!
6,435
Posted By djanu
Perl command to replace path part of variable
I'm trying to replace path which is part of variable inside script file:

FROM:
ABC_HOME=$ABC_ROOT/abc/1.0
TO:
ABC_HOME=$ABC_ROOT/abc/1.5

I'm using this:
perl -pi -e...
49,228
Posted By djanu
Thank you!
Thank you!
49,228
Posted By djanu
Perfect! Thank you!
Perfect! Thank you!
49,228
Posted By djanu
Is there anything that can be done with sed, cut...
Is there anything that can be done with sed, cut or awk?
49,228
Posted By djanu
How to remove filename from the path
Hi,

I have a list of paths with files at the end. How can strip off filenames.

This is what I have:

/apps/test/abc/file.txt
/apps/new/home/daily/report.xml...
5,588
Posted By djanu
This is what I needed. Thanks!
This is what I needed. Thanks!
5,588
Posted By djanu
Split line before the pattern
Hi,

I am trying to use awk to split line before the pattern:

abcde 12345 67890 abcde 12345 67890 abcde 12345 67890 abcde 12345 67890 abcde 12345 67890 abcde 12345 67890 abcde 12345 67890
...
Showing results 1 to 12 of 12

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