weekday names by idealmachine

for i in `seq 1 7`;do date -d 1/$i/01 '+%A ';done

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page