Editing Text Files
Editing Text Files
There are a number of options for editing files at TACC. These fall into three categories with different pros and cons:
If you are an experienced user, use your method of choice. For new users, we highly recommend using Notepad++ (for Windows), TextWrangler (for Mac), or some other software with the same capability. You can get through the class material using nano, but a more full-featured option is better for day-to-day work.
Pick Your Text Editor
Expand the sections below for tips and instructions on getting started with your text editor of choice:
In order to make remotely navigating to the different file systems on lonestar easier ($SCRATCH and $WORK), you can set up some shortcuts with these commands that create folders that "link" to those locations. (Run the commands when logged into Lonestar with a SSH terminal, from your home directory).
Creating a shortcut to the main Lonestar working directories
ln -s $SCRATCH scratch
ln -s $WORK work
Tip: Files beginning in a dot (.) like (.profile_user) are meant to be "hidden" in Linux and won't show up when you are navigating in Finder on a Mac (if using OSXFuse/MacFusion). There is a way to turn on showing these files in finder, but it can get annoying because they will show up everywhere. If you use the TextWrangler "open" command to open a file, there is a box that you can check to show these files. Notepad++ and several other options show these files. Just leave them there; they are settings files that you don't want to delete.
Copying Files To and From TACC: SFTP Clients
You can transfer files to and from TACC systems on the command line, but SFTP clients can provide a more user friendly way to transfer and manage files. If you don't choose to use some type of Fuse mount, a client like Cyberduck is a great option. Here are a few choices: