1 2 3 4 5 6 7 8
#!/bin/sh # Prints out the date PREFIX_ICON='' echo "$PREFIX_ICON $(date '+%d-%m-%y (%a)')"