summary refs log tree commit diff homepage
path: root/2018/day02-2.sh
blob: ef8bcc23eb840fe69d423cdaf72f2c34f9919443 (plain) (blame)
1
2
3
4
5
6
input=$(mktemp)
cat > $input
for i in $(seq $(head -n 1 $input | wc -c)); do
	colrm $i $i < $input | sort | uniq -d
done
rm $input
1-11 22:44:58 -0500'>2021-01-11Publish "Using vi"June McEnroe 2021-01-11Enable diff.colorMovedJune McEnroe 2021-01-10Set less search case-insensitiveJune McEnroe 2021-01-10Set EXINITJune McEnroe 2021-01-09Add c -t flag to print expression typeJune McEnroe 2021-01-05Update taglineJune McEnroe