Skip to content

Instantly share code, notes, and snippets.

Notes of compiling and running WRF-SUEWS on JASMIN

Some often used Linux commands:

ls list files
ls -l
which identify the location of a executable
whereis
mkdir create directory
wget download from url: e.g. $ wget http://example.com/file.tar -O ~/path/file.tar\