|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
From: Sancho2k Lists (lists
sancho2k.net)Date: Tue Apr 16 2002 - 20:38:54 CDT
There's a couple of shell related questions I haven't quite figured a
solid answer for..
- When setting env variables on the shell (i use /usr/local/bin/bash),
what is the difference between exporting the variable and not doing
so? Ex:
# http_proxy=squid.domain.com:8080
<vs.>
# http_proxy=squid.domain.com:8080
# export http_proxy
- Is there any difference between sequencing multiple commands using
"&&" or ";"? Ex:
# make && make install && make clean
<vs.>
# make ; make intall ; make clean
TIA for clearing this up for me..
-- Darren Spruell www.sancho2k.net
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]