|
Issue String concatenating in output file
Hi friends,
i am having issue in the below statement in Linux
mv a.txt /home/app 1>> `echo "file moved.." >> b.out` 2>> b.out
when i execute the above statement the below error appears
`echo "file moved.." >> b.out`: ambiguous redirect
Kindly provide your comments.
Thanks in advance
MSK
|