hi there,
i have a problem with bash shell.i want to know that where shell
variables stored.can u anybody suggest me.
with regards,
itmncm
---
i have a problem with bash shell.i want to know that where shell
variables stored.can u anybody suggest me.
with regards,
itmncm
---
> i have a problem with bash shell.i want to know that where shell
> variables stored.can u anybody suggest me.
It always helps if you provide some basic system information and what
you are having problems with when you post questions to the
news groups.
That info helps us to provide better examples/responses.
Which window manager/desktop environment,
they have different icons and file access locations.
There are several "linuxes": Red Hat, Slackware, SuSE, Debian, Mandrake,
Caldera, Corel, Yellow Lab, Black Lab, WinLinux, PhatLinux, Linux On A
Floppy, slinux, Trinux, Peanut and
(Rock, Armed, Stampede, Tiny. Power, Coyote) Linux, to name a few.
Always provide what distro and release level you are using
when you post questions (Redhat 6.1, Suse 5.0, Mandrake 8.2,...).
Different distros have different commands, files, and links to files,
pacakges and package/software managers.
Even happens between release levels of the same distribution.
> > i have a problem with bash shell.i want to know that where shell
> > variables stored.can u anybody suggest me.
This is the heart of my non-answer -- not enough info to give a better one.Quote:> It always helps if you provide some basic system information and what
> you are having problems with when you post questions to the
> news groups.
JW
My guess is that he is asking about how to use environmental
variables. I think they are asking about the command "env".
Eg.:
# env
HOSTNAME=rebel-yell.homenet.com
TERM=xterm
with individual variables accessed like this:
# echo $HOSTNAME
rebel-yell.homenet.com
or set like this
# export HOSTNAME=mypc.homenet.com
I thenk you. ;)
~<insert .sig here>~
1. BASH BASH BASH BASH BASH BASH BASH BASH BASH BASH
Is there a proper fixed bash on any of the FTP sites out there?
I know there bash is on the usual sites but I don't know if they are
bugged or not :(
Regards,
Neil.
--
------------------------------------| Edinburgh, EH14 2DE, United Kingdom
**Domino: There`s nothing you can do when you`re the next in line: Domino**
3. Problem regarding logical and physical path when calling a shell
5. Bash: Getting rubbish parameters when script first run in a new bash shell
6. trouble connecting Linux via slip to NeXT
7. Difference between bash shell and default shell? -newbie
8. Problem compiling KDE binaries from source on RH6.1
9. Shell: ALIASES in Bash shell! Help
10. Convert Bash shell script to Korn shell script
11. Q: bash shell always login shell?
12. bash shell problem with ls -al | cut -d " " -f20-22
13. Bash Shell Script Problems - Advice Needed