[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: *term -ls, a summary



On Fri, Jul 19, 2002 at 12:45:17PM -0500, Manoj Srivastava wrote:
> 
> 	Login shells are special -- and they are used to do things
>  once per session, for me. I do not need to do them 20 times if I have
>  20 xterms open.

it is trivial to do the shell-specific equivalent of


if [ "$LOGIN_INITIALIZED" = "" ] ; then
	export LOGIN_INITIALIZED=1
	do_stuff
fi


-- 
To UNSUBSCRIBE, email to debian-devel-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: