summaryrefslogtreecommitdiffstats
path: root/misc-utils/cal_test.sh
blob: 1bc04f1a4a314b8e953d110aab0c232bcec4722d (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/bin/sh

LANG=ga_IE.utf8 ./cal -3 11 2004 #truncation
LANG=zh_HK.utf8 ./cal -3         #centering
./cal | cat  #no highlight
TERM= ./cal  #no highlight
TERM=vt100 ./cal  #highlight with characters to be stripped by putp
./cal -y | head -10 | tr ' ' . #3 spaces
./cal -3 | tr ' ' .            #2 spaces ?