So I have a question about running linux scripts: what's the difference with running a script using "source" and using "./". Also what effect does it have on the environment variables?
            Asked
            
        
        
            Active
            
        
            Viewed 40 times
        
    0
            
            
        - 
                    For a start `exit` behaves differently – Ed Heal Jan 10 '16 at 12:16
 - 
                    3http://superuser.com/questions/176783/what-is-the-difference-between-executing-a-bash-script-and-sourcing-a-bash-scrip – Mat Jan 10 '16 at 12:17