Calendar on bash
How do i display the calendar in bash shell? If i type cal, it says command not found. Is there another command for this? PLEASE HELP
How do i display the calendar in bash shell? If i type cal, it says command not found. Is there another command for this? PLEASE HELP
Well there is
ncal
instead ofcal
, but REPL does not support either command.I would recommend doing this on an Linux OS(I like ubuntu personally).