Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
/path/to/directory-${DATESTAMP}

At the moment of distribution, ${DATESTAMP} is replaced with the current date formatted as YYYYMMDD.

...

  • /path/to/directory- is a fixed string; it’s the same for every distribution

  • Path variables begin with ${ and end with }

Related: