Search Results

Search: Posts Made By: vivekn
3,537
Posted By RudiC
Assuming NULL means "empty field", try awk -F\|...
Assuming NULL means "empty field", try
awk -F\| '
NR > 1 {for (i=1; i<=3; i++) if (!$i) {print; next}
if ($4 == "") {print; next}
if ($5+0 <= 0) {print; next}...
3,537
Posted By Don Cragun
Your continued refusal to use CODE tags (as...
Your continued refusal to use CODE tags (as required by the rules you agreed to when you joined this forum) may lead to you be placed in a read-only state or being permanently banned from from this...
1,970
Posted By rbatte1
Hello vivekn, I'm sure it is a good start at...
Hello vivekn,

I'm sure it is a good start at this, but what actually goes wrong? Does it fail to send mail, fail to detect the line, or something else?

If the log file is updated a lot, you...
1,307
Posted By RudiC
Do not post classroom or homework problems in the...
Do not post classroom or homework problems in the main forums. Homework and coursework questions can only be posted in this forum (https://www.unix.com/homework-coursework-questions/) under special...
Showing results 1 to 4 of 4

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