RSSAmplifier

how.wtf · Feb 11, 2024

Step by step guide for the date in Bash

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

Unix provides a utility named date. As its name implies, it allows you to fetch your system’s date. Display the current date Displaying the current date is simple: 1echo $(date)Output: 1Sat Feb 10 21:29:37 EST 2024The system date was printed with the timezone information. Display the current date in UTC Similarly, we can display the current date in UTC (Coordinated Universal Time) using the…

Read on how.wtf

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.