Skip to content

RRooyyCChheenn/Commands

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

Compressed file

1. zip file -- unzip

for file in /data/NFS_rawzip/*.zip; do
    unzip "$file" -d /data/NFS_rawzip/
done

Environmental migration

1. Conda Environment

Steps:

scp -r /data/xiangru/anaconda3/envs/raft xiangru@remotehost:/data/xiangru/anaconda3/envs/

Note:

  1. "/data/xiangru/anaconda3/envs/raft", this whole raft folder will be transfered
  2. "/data/xiangru/anaconda3/envs/": no need to create raft manually, the whole raft folder will be stored in the envs/

Transfer Data

Steps:

scp -r /data/xiangru/anaconda3/envs/raft xiangru@remotehost:/data/xiangru/anaconda3/envs/

Note:

  1. "/data/xiangru/anaconda3/envs/raft", this whole raft folder will be transfered
  2. "/data/xiangru/anaconda3/envs/": no need to create raft manually, the whole raft folder will be stored in the envs/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published