Input File
This is my code ....Code:animals/cat.txt fruits/apple.taxt
so when i run these script im getting below error:Code:clhost=ABCServer text=Load_From_the_List if [ "$text" = "Load_From_the_List" ] ; then for FNAME in `cat /home/team/ca.txt` do ssh $clhost " cd /opt/things/ && tar cvf /tmp/ABC.tar ${line}" done fi
but files are exists in the ABCServer.Code:Attempt to create archive of no files. Nothing dumped. Attempt to create archive of no files. Nothing dumped.
could you please someone explain me what went wrong in my code.
Thanks
Inshaf

