Timeline for sed not parsing \t as a tab
Current License: CC BY-SA 4.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Feb 27, 2019 at 16:19 | comment | added | Freddy | @JdeBP Oh, wrong. Now mine works with one less... Got it, thanks! | |
| Feb 27, 2019 at 16:11 | comment | added | JdeBP | There you go. That's what the manual is actually telling you. | |
| Feb 27, 2019 at 16:10 | history | edited | JdeBP | CC BY-SA 4.0 |
Have a correction.
|
| Feb 27, 2019 at 16:02 | comment | added | Freddy |
Actually I need a few more backslashes on my machine: sed "/^\t\tkarmaServer.start/a\\\\t\\t\\t\\tflags: ['--no-sandbox']" build/unit-test.coffee
|
|
| Feb 27, 2019 at 15:58 | comment | added | munHunger |
@JdeBP is right... I needed to prepend \ not only a ``
|
|
| Feb 27, 2019 at 15:56 | comment | added | JdeBP | Right part of the manual. Wrong actual answer. | |
| Feb 27, 2019 at 15:48 | history | answered | oliv | CC BY-SA 4.0 |