Search Results

Search: Posts Made By: jmahal
17,576
Posted By jim mcnamara
Please use code tags. if [ grep...
Please use code tags.


if [ grep "TECHNICAL PROVIS" $short_filename | wc -l -gt 0 ]; then
# should be:
if [ $(grep "TECHNICAL PROVIS" $short_filename | wc -l ) -gt 0 ]; then
Showing results 1 to 1 of 1

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