#!/bin/bash # both $1 and $2 are absolute paths # returns $2 relative to $1 ... to real paths à la realpath -f (available in the Linux coreutils package), ...
確定! 回上一頁