TitleHere
September 20, 2024 at 8:30AM
Found this neat tidbit about Terminal. Turns out it has a build in calendar command. I entered the command below to view the calendar forn 1982.
cal 1982
The Verge has a cool a cool article. See also some of my other faves listed below.
Command | Description |
---|---|
cal | Displays current month and year with highlighted date |
cal 01 1982 | Displays month and year |
caffeinate -t <length of time> | Keep your system awake for the specified time in seconds (300 = 5min) |
top | Gives Activity Monitor level stats about the system. |
defaults write com.apple.dock persistent-apps -array-add ‘{“tile-type”=”spacer-tile”;}’; killall Dock | Inserts black tile into the Dock. |
Happy Coding ;-)