Timeline for How to make bash alias work with command inclusion i.e. $() (the dollar sign and parenthesis)
Current License: CC BY-SA 4.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Oct 2, 2020 at 14:56 | answer | added | Stéphane Chazelas | timeline score: 3 | |
| Oct 2, 2020 at 14:16 | comment | added | glenn jackman | You don't have these kind of quoting problems with functions. | |
| Oct 2, 2020 at 14:13 | comment | added | glenn jackman |
You can escape single quotes inside an ANSI-C quoted string: echo $'Don\'t worry'
|
|
| Oct 2, 2020 at 10:39 | vote | accept | d.k | ||
| Oct 2, 2020 at 10:27 | comment | added | Vlastimil Burián | For the record How to escape single quotes within single quoted strings | |
| Oct 2, 2020 at 10:21 | answer | added | choroba | timeline score: 2 | |
| Oct 2, 2020 at 10:16 | history | asked | d.k | CC BY-SA 4.0 |