Search Results

Search: Posts Made By: ec01
1,413
Posted By ec01
From the error it looks like you may not be in...
From the error it looks like you may not be in the correct/same directory as success.txt at that point. Also, get rid of wc -l if you're using grep -c

#!/bin/sh
today=`date +"%a %b %e"`
find...
19,227
Posted By ec01
alternative solution using awk and/or nawk to...
alternative solution using awk and/or nawk to match the exact zoneName:

# cat /var/tmp/zoneadm.out.test
ID NAME STATUS PATH BRAND IP
0 global ...
7,396
Posted By ec01
Just guessing, but it looks like you're trying to...
Just guessing, but it looks like you're trying to determine if $1 is a full (absolute) path (and if so, echo "Wrong, full path"), or a relative path (and if so, echo 1 according to your code?)

try...
Showing results 1 to 3 of 3

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