5 lines
78 B
Bash
Executable File
5 lines
78 B
Bash
Executable File
#!/bin/sh
|
|
f1="/var/log/cups"
|
|
f2="/root"
|
|
realpath -s --relative-to="$f1" "$f2"
|