Editing
Solaris 10 Associate
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
==== set,unset, view variables ==== To set, unset, & view variables: {| border="1" cellspacing="0" cellpadding="5" align="center" ! command ! action |- | VAR = value, export VAR=value | set a variable |- | unset VAR | unset a variable |- | set, env, or export | display all variables |- | echo $VAR or print | display values stored in variables |} ===== Example set command ===== <pre>$ set ERRNO=0 FCEDIT=/bin/ed HOME=/export/home/paul HZ='' IFS=' ' LINENO=1 LOGNAME=paul MAIL=/usr/mail/paul MAILCHECK=600 OLDPWD=/export/home/paul/dir1/subdir1 OPTIND=1 PATH=/usr/bin: PPID=3509 PS1='$ ' PS2='> ' PS3='#? ' PS4='+ ' PWD=/export/home/paul/dir1 RANDOM=24484 SECONDS=5400 SHELL=/bin/ksh TERM=vt100 TMOUT=0 TZ=US/Central _=ls $</pre> ===== Example env command ===== <pre>$ env _=/usr/bin/env HZ= PATH=/usr/bin: LOGNAME=paul MAIL=/usr/mail/paul SHELL=/bin/ksh HOME=/export/home/paul TERM=vt100 PWD=/export/home/paul/dir1 TZ=US/Central $</pre> ===== Example export command ===== <pre>$ export HOME=/export/home/paul HZ='' LOGNAME=paul MAIL=/usr/mail/paul PATH=/usr/bin: PWD=/export/home/paul/dir1 SHELL=/bin/ksh TERM=vt100 TZ=US/Central _=ls $</pre> <talk about customizing korn shell variables>
Summary:
Please note that all contributions to GotOpinion may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
GotOpinion:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
Edit source
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information