#!/bin/bash
getCurrentDateTime() {
dateTime=$(date '+%Y-%m-%d %H:%M:%S')
echo "$dateTime"
}
dt=$(getCurrentDateTime)
echo "Current Date and Time: $dt"
Docker has become one of the most important tools in modern software development, DevOps, cloud engineering, and system administration. Wh...
No comments:
Post a Comment
Thank you for Commenting Will reply soon ......