Re: alias in .profile do not work on ksh for solaris 9 ??
From: Ed Morton (morton_at_lsupcaemnt.com)
Date: 06/29/04
- Next message: Dale DeRemer: "Script deconstruction"
- Previous message: Ian Wild: "Re: Stupid cat tricks - Anyone have other tricks?"
- In reply to: Guerroui: "alias in .profile do not work on ksh for solaris 9 ??"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 29 Jun 2004 09:51:42 -0500
Guerroui wrote:
> Hi !
>
> I've a problem with the alias command which do not work on the startup
> ksh file (.profile) on Solaris 9 operating system.
>
> Here is my .profile file :
>
>
> -------------------------------------------------------------------------------
> #!/bin/sh
Try getting rid of the above shebang, and move your aliases to your $ENV
file anyway so they're available in subshells.
Ed.
- Next message: Dale DeRemer: "Script deconstruction"
- Previous message: Ian Wild: "Re: Stupid cat tricks - Anyone have other tricks?"
- In reply to: Guerroui: "alias in .profile do not work on ksh for solaris 9 ??"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|