Skip to main content
6 events
when toggle format what by license comment
Sep 29, 2021 at 15:02 comment added Walter Tross the awk available on macOS 11.6 works flawlessly: echo 'Đêm lưu trú năm nay' | awk '{ print tolower($0); }' => đêm lưu trú năm nay, and echo 'ЛШТШФУМ АЩЬФ' | awk '{ print tolower($0); }' => лштшфум ащьф
Jul 27, 2020 at 21:59 comment added Vit It is better to use gawk which properly handles UTF8-encoded characters (and different languages charset). 'Awk tolower' will fail on something like "ЛШТШФУМ АЩЬФ".
Nov 26, 2019 at 11:15 review Low quality answers
Nov 26, 2019 at 12:21
Nov 26, 2019 at 11:14 history edited Tomas Jablonskis CC BY-SA 4.0
added 10 characters in body
Nov 26, 2019 at 11:10 review Late answers
Nov 26, 2019 at 11:14
Nov 26, 2019 at 10:50 history answered Atul23 CC BY-SA 4.0