Showing posts with label exit. Show all posts
Showing posts with label exit. Show all posts

Mar 9, 2014

Ubuntu Lesson 11 - Run .sh 到底是在那個shell內?

假設要執行一個shell script "run.sh",以下指令有何不同?
  1. ./run.sh
  2. . run.sh
  3. source run.sh