Mistiy@lemmy.zip to linuxmemes@lemmy.world · 2 days agoDistrohopping be like fr:lemmy.zipexternal-linkmessage-square151linkfedilinkarrow-up11arrow-down10file-text
arrow-up11arrow-down1external-linkDistrohopping be like fr:lemmy.zipMistiy@lemmy.zip to linuxmemes@lemmy.world · 2 days agomessage-square151linkfedilinkfile-text
minus-squareTwilightKiddy@programming.devlinkfedilinkEnglisharrow-up0·2 days 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-up0·1 day agoThis gets it wrong for the seventy-secoth item.
minus-squareTwilightKiddy@programming.devlinkfedilinkEnglisharrow-up0·1 day 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.