Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
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 '=')