![]()
Linux, Unix, /etc/$ To set up this Linux system, do I really have to type long,
cryptic, frequently inconsistent and undocumented commands with
occasional long strings of hex digits?
# Yeah. You got a problem with that?
|
Sponsored links (requires javascript):
#!/bin/ksh
#month: show pcal calendar for current month
set `date '+%m %Y'`
month=$1
year=$2
2>&1 pcal -c $month $year | less