Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents


Note: You can copy and paste all the text to your Linux command line to run. Anything with "#" is comment, and will be IGNORED by Linux.

...

Code Block
# Make a directory in scratch3scratch file system and work there. We recommend creating separate folders for each project.
mkdir -p /n/scratch3scratch/users/${USER:0:1}/$USER/test && cd /n/scratch3scratch/users/${USER:0:1}/$USER/test

Note: Each user has 10 25 TiB /n/scratch3scratch space. There is no backup for data saved in/n/scratch3scratch, and files will be deleted if they are not accessed for a month. You can read more about /n/scratch3scratch on the Filesystems page.

Copy testing sample sheet to work directory

...