#! /bin/ksh #--------------------------------------------------------------------------- # GetIDENT : Identifier aus Timestamp+User bestimmen #--------------------------------------------------------------------------- # IDENT=D`date +%y%m%d`.T`date +%H%M%S`.`id -un` IDENT1=D`date +%y%m%d` IDENT1L=`date +%Y%m%d` IDENT2=D`date +%y%m%d`.T`date +%H%M%S` IDENT3=D`date +%y%m%d`.T`date +%H%M%S`.`id -un` IDENT4=`date +%a` IDENT5=`date +%d.%m.%y` IDENT6=`date +%H.%M.%S`