Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Panel

How-To Convert TCSH to BASH

Basic Equivalents

  1. .cshrc .bashrc
  2. .login .profile
  3. source <file> . <file>
  4. alias alias
  5. setenv attr val export attr=val (NO SPACES AROUND '=')