OSEC

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 (listssancho2k.net)
Date: Tue Apr 16 2002 - 20:38:54 CDT

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    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