Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

How to display Unix time in the timestamp format?

You can do this with

date +%s

For more possibilities, see

man date

My favorite way:

perl -e 'print time'

Tags:

Unix

Date

Timestamp

Debian

Related

How can I clean up my MacPorts installation? installation mysqldump How to delete (invalid) files with colon in their name under Windows? Text Editor that hilights all instances of selection for Mac How do I make a symbolic link on Windows 7? Windows 7 Notification Icons Problems mount dev, proc, sys in a chroot environment? Google Chrome: Import/Export Passwords? Automatically answer 'Yes' when using apt-get install What is the "the dos compatibility flag" in fdisk? How can I see my mac address on Ubuntu? git: Keep changelog for file when moving to a different repository

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy