The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 05-02-2005
techshots techshots is offline
Registered User
  
 

Join Date: May 2005
Posts: 1
Bourne: How to invoke an alias from within a shell script

Bourne: How to invoke an alias from within a shell script


If I type in the alias in the command line, it runs

If I insert that same alias into my shell script and run the shell script, the alias is not invoked.

Help please.