Fortran User's Guide

Using Aliases (C Shell)

Example: Define an alias for a command with frequently used options:


demo% alias f77fx "f77 -silent -fast -Xlist"

Example: Using the alias f77fx:


demo% f77fx any.f

The command f77fx is now the same as:

f77 -silent -fast -Xlist any.f