linux - "ambiguous redirect " error in shell script -


i'm getting "ambiguous redirect " error in shell script if use double quotes suggested getting "ambiguous redirect" error. i'm passing shell variable

awk -f ',' -v grep_values="${grep_value}" '$6==grep_values' file awk -f ',' -v grep_values="${grep_value}" '$6=="${grep_values}"' file 

any suggestions.


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -