CopyFiles
Copy file to remote computer
> scp ./SaveToWordStatic <username>@<ip address or domain>.com:~/testing
Copy file to to another local folder
Copy directory From local ./DEV/ folder to a new local folder called ./Testing/:
> cp ./DEV/ ./TESTING/ -r
Journal
- 2020.08.12 Created file