6 lines
59 B
Bash
Executable File
6 lines
59 B
Bash
Executable File
#! /usr/bin/bash
|
|
|
|
tdate=$(date '+%y-%m-%d')
|
|
|
|
echo ${tdate}
|