Timeline for How to convert dashed string to spaces and caps?
Current License: CC BY-SA 4.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 8, 2024 at 15:07 | review | Low quality posts | |||
| Apr 8, 2024 at 18:04 | |||||
| Apr 8, 2024 at 14:50 | history | edited | canupseq | CC BY-SA 4.0 |
bash caveat
|
| Apr 8, 2024 at 14:47 | comment | added | Kusalananda♦ |
Note that the default sed on macOS (which is what the user in the question is using) does not support \u to upper-case the replacement string in the s command. The command that you show generates the string ufoo ubar.
|
|
| Apr 8, 2024 at 14:44 | history | answered | canupseq | CC BY-SA 4.0 |