Shell script current directory?

后端 未结 5 1710
一生所求
一生所求 2020-12-23 16:18

What is current directory of shell script? I this current directory from which I called it? Or this directory where script located?

5条回答
  •  感情败类
    2020-12-23 16:55

    The current(initial) directory of shell script is the directory from which you have called the script.

提交回复
热议问题