“Linux Obtenha data yyyymmdd” Respostas de código

Data Formato Linux yyyymmdd

# put current date as yyyy-mm-dd in $date
date=$(date '+%Y-%m-%d')

# put current date as yyyy-mm-dd HH:MM:SS in $date
date=$(date '+%Y-%m-%d %H:%M:%S')

# print current date directly
echo $(date '+%Y-%m-%d')
Tender Turkey

Linux Obtenha data yyyymmdd

date '+%Y/%m/%d' #Output 2022/03/11
KeWols

Respostas semelhantes a “Linux Obtenha data yyyymmdd”

Perguntas semelhantes a “Linux Obtenha data yyyymmdd”

Mais respostas relacionadas para “Linux Obtenha data yyyymmdd” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código