Search Results

Search: Posts Made By: topmhat
24,488
Posted By topmhat
When I use cron I've found that it is almost...
When I use cron I've found that it is almost always necessary to fully qualify executables. So you might try putting the path in front of the date command.

Also, you might try using single quotes...
2,848
Posted By topmhat
Thank you everyone!
Thank you everyone!
2,848
Posted By topmhat
I can't post a sample because the data is...
I can't post a sample because the data is sensitive.

I have yet to actually find any records that begin with .*ABCD| or end with |ABCD

The p command is in fact explicitly included because the...
2,848
Posted By topmhat
Thank you both. I too feel the ABCD is literal. I...
Thank you both. I too feel the ABCD is literal. I think mirni is correct about the overall behavior (as were you ddreggors with the exception of the print).

The twist in all of this is that this...
2,848
Posted By topmhat
sed pattern matching question
I inherited a script that contains the following sed command:
sed -n -e '/^.*ABCD|/p' $fileName | sed -e 's/^.*ABCD|//' | sed -e 's/|ABCD$//' > ${fileName}.tmp

What I'm wondering is whether ABCD...
Showing results 1 to 5 of 5

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