Creating and Editing Files
nano
A basic text editor found on most UNIX operating systems.
Gives instructions on how to use it at the bottom of the screen.
^
stands forCtrl
Example output from running nano arrayDat.txt
. Save any changes by exiting with ^X
:
If you recall, you can mount the storage servers to your local machine using SMB. Since mounting the server makes it look like a local directory on your computer, you can use whatever text editing software that you're comfortable with to edit text files on the computing cluster.
Last updated