7 lines
87 B
Plaintext
Executable File
7 lines
87 B
Plaintext
Executable File
function get_date_time_stamp
|
|
{
|
|
DATE_STAMP=$(date +'%m%d%y.%H%M%S')
|
|
echo $DATE_STAMP
|
|
}
|
|
|