Timeline for How to convert dashed string to spaces and caps?
Current License: CC BY-SA 3.0
11 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Dec 9, 2014 at 20:14 | comment | added | iruvar | @sputnick, give it a shot | |
| Dec 9, 2014 at 20:04 | comment | added | Gilles Quénot | @1_CR: you are wrong, OP want 'Foo Bar' not 'Foo\nBar' | |
| Dec 9, 2014 at 19:17 | comment | added | iruvar |
printf '%s\n' "${words[@]^}" | paste -sd ' ' is easier done with printf '%s\n' "${words[*]^}"
|
|
| Dec 9, 2014 at 19:04 | comment | added | Gilles Quénot | @don_crissti: output fixed. | |
| Dec 9, 2014 at 19:04 | history | edited | Gilles Quénot | CC BY-SA 3.0 |
added 3 characters in body
|
| Dec 9, 2014 at 19:00 | history | rollback | Gilles Quénot |
Rollback to Revision 4
|
|
| Dec 9, 2014 at 18:59 | history | edited | Gilles Quénot | CC BY-SA 3.0 |
added 1 character in body
|
| Dec 9, 2014 at 3:07 | history | edited | Gilles Quénot | CC BY-SA 3.0 |
added 2 characters in body
|
| Dec 9, 2014 at 0:48 | history | edited | Gilles Quénot | CC BY-SA 3.0 |
added 12 characters in body
|
| Dec 9, 2014 at 0:43 | history | edited | Gilles Quénot | CC BY-SA 3.0 |
added 83 characters in body
|
| Dec 9, 2014 at 0:25 | history | answered | Gilles Quénot | CC BY-SA 3.0 |