Mistiy@lemmy.zip to linuxmemes@lemmy.world · edit-21 day agoDistrohopping be like fr:lemmy.zipexternal-linkmessage-square155fedilinkarrow-up1444arrow-down17file-text
arrow-up1437arrow-down1external-linkDistrohopping be like fr:lemmy.zipMistiy@lemmy.zip to linuxmemes@lemmy.world · edit-21 day agomessage-square155fedilinkfile-text
minus-squareTwilightKiddy@programming.devlinkfedilinkEnglisharrow-up4·edit-29 hours 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-up4·8 hours agoThis gets it wrong for the seventy-secoth item.
minus-squareTwilightKiddy@programming.devlinkfedilinkEnglisharrow-up1·7 hours 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.