5 lines
92 B
Bash
5 lines
92 B
Bash
|
|
#!/bin/sh
|
||
|
|
f1="/usr/include/linux"
|
||
|
|
f2="/usr/bin/X11/X"
|
||
|
|
realpath -s --relative-to="$f1" "$f2"
|