绝对路径  

/xxx/xxx/something.sh

/xxx/xxx/executable

 

相对路径

./something.sh

./executable

 

注意:前边得加./可不是像windows(dos)下那样直接输入:

something.bat(cmd)

executable.exe(com)

 

相关文章:

  • 2022-12-23
  • 2021-09-14
  • 2022-12-23
  • 2021-07-07
  • 2022-12-23
  • 2021-12-26
  • 2022-12-23
  • 2021-04-22
猜你喜欢
  • 2021-06-19
  • 2022-02-26
  • 2021-12-18
  • 2021-04-27
  • 2021-10-15
  • 2022-12-23
相关资源
相似解决方案