#!/bin/bash full=$(date '+%A, %_d.%_m. %_H:%M:%S') short=$(date '+%_H:%M') echo $full echo $short