initial commit
This commit is contained in:
6
chapter11/function_get_date_time_stamp
Executable file
6
chapter11/function_get_date_time_stamp
Executable file
@@ -0,0 +1,6 @@
|
||||
function get_date_time_stamp
|
||||
{
|
||||
DATE_STAMP=$(date +'%m%d%y.%H%M%S')
|
||||
echo $DATE_STAMP
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user