You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ssh user@neptune.nceas.ucsb.edu
# OR, if you're already logged into machine as user:
ssh neptune.nceas.ucsb.edu
Inspect with linux commands.
# change directory
cd /var/data/ohi/model/GL-NCEAS-Pressures_v2013a
# list all files in long format (and show symbolic links)
ls -la
# get regular expression (grep) for files in current directory
grep subtidal *
# locate files over entire filesystem
locate hd_subtidal_hb
# look at sequence of scripts without running
flow -n
# get help or manual on commands
flow --help
man grep