(not set) | |
Blog | (not set) |
Website | (not set) |
0
score
|
Check that a directory is a parent of another$ is_parent() { [[ "$2" =~ $1/? ]]; } |