Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Oct 1998 08:20:00 -0700 (PDT)
From:      dag-erli@ifi.uio.no (Dag-Erling C. =?iso-8859-1?Q?Sm=F8rgrav?= )
To:        freebsd-bugs@FreeBSD.ORG
Subject:   Re: bin/8319: lost alias due to exports in .profile
Message-ID:  <199810151520.IAA06440@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/8319; it has been noted by GNATS.

From: dag-erli@ifi.uio.no (Dag-Erling C. =?iso-8859-1?Q?Sm=F8rgrav?= )
To: groggy@iname.com
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: bin/8319: lost alias due to exports in .profile
Date: 15 Oct 1998 17:16:37 +0200

 groggy@iname.com writes:
 >         #!/bin/sh
 >         #echo ~/.shinit
 >         a="alias|sort|more"
 >         q="cd /home/user; ls"
 
 That's not going to work. Use:
 
 alias a='alias|sort|more'
 alias q='cd $HOME; ls'
 
 DES
 -- 
 Dag-Erling Smørgrav - dag-erli@ifi.uio.no

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199810151520.IAA06440>