This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# First of all, excuse my English | |
# Second of all, https://docs.mila.quebec/ | |
# I generally prefer to place myself in a specific folder, where I can move my files | |
cd D:/AI/MILA | |
############################### 1 - Moving file or folder ###################################### | |
# move a file/folder from cluster to local | |
## file (pascaltikeng/at/job.sh) | |
scp -P 2222 [email protected]:pascaltikeng/at/job.sh D:/AI/MILA |