#!/bin/bash
oldwd=$(pwd)
rl_self=$(readlink -f $0)
dir_self=$(dirname $rl_self)
echo ""
echo "directory self is $dir_self"

 

相关文章:

  • 2021-11-13
  • 2022-01-14
  • 2021-11-27
  • 2022-01-10
  • 2022-12-23
  • 2021-09-04
  • 2021-10-09
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-05-26
  • 2021-10-23
  • 2021-11-30
  • 2022-01-19
相关资源
相似解决方案