On our linux server we have a lot of entries.
Many entries look like this:
15 13 * * 3 /very/long/path/to/binary/run.sh ...
These entries would be easier to maintain if I could write:
15 13 * * 3 $FPATH/run.sh
Where could I write this mapping:
FPATH=/very/long/path/to/binary