next up previous contents index
suivant: Using stunnel to Encrypt monter: Variable Expansion précédent: Semantics   Table des matières   Index

Examples

To create an ISO date:

  DLT-${Year}-${Month:p/2/0/r}-${Day:p/2/0/r}

on 20 June 2003 would give DLT-2003-06-20

If you set the environment variable mon to

   January|February|March|April|May|...
   File-${mon[${Month}]}/${Day}/${Year}

on the first of March would give File-March/1/2003



Kern Sibbald 2007-11-03