Hi,
I am getting the below error
: [: too many arguments error at the if condition start and when I print the
value of TEST, it displays two values as below
/home/xyz/out/file1.txt
/home/xyz/out/file2.txt
if [ -f $TEST]; then
mv $TEST $TARGETDIR/
fi
Tried by enclosing it in double quotes "$TEST", but it doesnt enter into the if condition.
Please help on this.
