Mistiy@lemmy.zip to linuxmemes@lemmy.world · 1 month agoDistrohopping be like fr:lemmy.zipexternal-linkmessage-square185linkfedilinkarrow-up1526arrow-down18file-text
arrow-up1518arrow-down1external-linkDistrohopping be like fr:lemmy.zipMistiy@lemmy.zip to linuxmemes@lemmy.world · 1 month agomessage-square185linkfedilinkfile-text
minus-squareTwilightKiddy@programming.devlinkfedilinkEnglisharrow-up6·1 month agoI have this handy little bash function, I think you should use it. get-english-ordinal-ending() { case "$1" in *11 | *12 | *13) printf 'th' ;; *1) printf 'st' ;; *2) printf 'nd' ;; *3) printf 'rd' ;; *) printf 'th' ;; esac }
minus-square𝙲𝚑𝚊𝚒𝚛𝚖𝚊𝚗 𝙼𝚎𝚘𝚠@programming.devlinkfedilinkarrow-up5·1 month agoThis gets it wrong for the seventy-secoth item.
minus-squareTwilightKiddy@programming.devlinkfedilinkEnglisharrow-up2·1 month agoThe urge to downvote something you really shouldn’t have never been so strong.
I have this handy little bash function, I think you should use it.
get-english-ordinal-ending() { case "$1" in *11 | *12 | *13) printf 'th' ;; *1) printf 'st' ;; *2) printf 'nd' ;; *3) printf 'rd' ;; *) printf 'th' ;; esac }This gets it wrong for the seventy-secoth item.
The urge to downvote something you really shouldn’t have never been so strong.