Bash | Measure the execution time Measure the execution time time The time that you are using is the bash shell built in time which the only option is -p The command "time" report a execution time information 123456time sleep 1Output: 2024-12-04 Bash #Linux #Bash
Bash | datetime (manipulate) Bash datetime (manipulate) 1234567NAME date - print or set the system date and timeSYNOPSIS date [OPTION]... [+FORMAT] date [-u|--utc|--universal] [MMDDhhmm[[CC]YY][.ss]] We want to 2023-05-23 Bash #Linux #Bash