• Digit@lemmy.wtf
    link
    fedilink
    English
    arrow-up
    1
    ·
    6 days ago

    Already have a program that does that one thing, well. For stuff about dates, try the date command.

    As in the case of wanting to know the day of the week of some distant future event’s date:

    date -d "YYYY-MM-DD" +"%A".

    Had that before systemd existed.

    … Since “systemd is all you need” do systemd users uninstall date?