Search Results

Search: Posts Made By: rancha
23,558
Posted By rancha
Try this. grep "~ZZ~" <data file> | nawk '{...
Try this.
grep "~ZZ~" <data file> | nawk '{ print ($3=="~ZZ~VISTN") ? "passed":"failed" }'
5,707
Posted By rancha
Use the following script to get previous day's...
Use the following script to get previous day's date.

#! /usr/bin/ksh
# Get yesterday's date in YYYY-MM-DD format.
# With argument N in range 1..28 gets date N days before.

OFFSET=${1:-1}
...
Showing results 1 to 2 of 2

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