Software research and development blog
xqx_utemp.sh#!/bin/bash#Creates temporary folder with unique name (current date and time).DATE=`date +%Y.%m.%d_%H.%M.%S.%N`mkdir $DATE
Post a Comment
No comments:
Post a Comment