You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
... so it may currently not be used on Mac OS X, and maybe some BSDs...
TODO: find portable way to achieve the same
readlink_f() {
readlink "$1"||printf"%s\n""$1"| sed -e 's,\\,/,g'
}
this possible candidate works for the cases where readlink doesn't return anything, and the program is in $PATH, but not for the case of relative symlinks: e.g.
... so it may currently not be used on Mac OS X, and maybe some BSDs...
TODO: find portable way to achieve the same
this possible candidate works for the cases where readlink doesn't return anything, and the program is in $PATH, but not for the case of relative symlinks: e.g.
The text was updated successfully, but these errors were encountered: