>>> Christoph Egger <Christoph_Egger%gmx.de@localhost> wrote > On 26.02.14 11:50, matthew green wrote: > > +date=$(date +%Y%m%M-%H%M) > > I think, it isn't necessary to invoke a subshell. > > date=`date +%Y%m%M-%H%M` is enough. date +%Y%m%d-%H%M ? -- Takeshi Nakayama