copying directory from one system to another
I'm new to linux
I put echo "hai" in .bashrc of my user
i login into another system and try to copy a dir using
scp -r dir_name username@ip:~/
then it asks the password
I Entered the correct password also
then it simply displays "hai"
and cannot copy anything
if I remove echo "hai" from .bashrc
then the directory copied
why it is happened?
please help me in copying directories
help in copying directory
is copying is not possible without deleting .bashrc file?
if possible please tell me the way?