Re: .ini files in bash?
From: David Baron (d_baron_at_012.net.il)
Date: 11/29/04
- Previous message: Nelson, Quinten Charles: "unsubscribe"
- In reply to: Sam Watkins: "Re: .ini files in bash?"
- Next in thread: Cameron Hutchison: "Re: .ini files in bash?"
- Reply: Cameron Hutchison: "Re: .ini files in bash?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: debian-user@lists.debian.org Date: Mon, 29 Nov 2004 22:51:22 +0200
On Monday 29 November 2004 16:04, Sam Watkins wrote:
> If you want to see what variables are set, type:
>
> set
>
> this shows shell functions too.
>
> you can save these variables (and possibly functions) in a file:
>
> set > myvariables
>
> and restore them again:
>
> source ./myvariables
>
> or if you're lazy to type source:
>
> . ./myvariables
set > myvariables does through every (I mean everything) somehow set in
~/myvariables.
However, source ~/myvariables does NOT work. Script simply aborts. It is
finding the file, otherwize, get error message.
- Previous message: Nelson, Quinten Charles: "unsubscribe"
- In reply to: Sam Watkins: "Re: .ini files in bash?"
- Next in thread: Cameron Hutchison: "Re: .ini files in bash?"
- Reply: Cameron Hutchison: "Re: .ini files in bash?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]