Show all the files and creation time:

dir -l

Make a file

touch job.pbs

View the contents of the file

cat job.pbs

Edit the file with vim

module load vim
vim

Delete files

unlink filename
rm filename

Vim:

To start editing:

:i

To save the file and exit the editor:

:x

To quit without saving:

:q!

Tutorial

PBS

Retain errors:

#PBS -k eo