shell script copy files from one directory to another server code example
Example: shell copy
cp text.txt Documentos/
#copy arquivo text.txt to directory Document/
cp text.txt Documentos/
#copy arquivo text.txt to directory Document/