Exercises of the 7th Belle II Starter Kit Workshop based on the Online Textbook, release-05-01-16
Please be aware that you need a Belle 2 account to access all the resources linked in this repository.
-
To copy a file from my kekcc server to my localhost:
scp kekcc:/home/belle2/<user>/<filepath> <localpath>
-
To copy a whole directory from my kekcc server to my localhost (the files will be copied to
<localpath>/<directory>
):scp -rp kekcc:/home/belle2/<user>/<directory> <localpath>