6 ms·
This is exactly what the article suggests.
by garritfra 2y ago
This is exactly what the article suggests.
- milliams 2y agoI think they mean use "--wrap=0" instead of "-w0" as it's a little better self-documenting for those who come across your script. In general I always try to use the long-form options in scripts as readability is more important that conciseness.
- deciduously 2y agoThe article notes this was not possible in their specific context, as only the short form is implemented in busybox.
- nebulous1 2y agoThe commit that they have a screenshot of notes this, but it isn't in the article text. FWIW I can't read that screenshot with zoom level 100% on my desktop, but I can if I zoom further or open it in a new window (it isn't clickable though).
- efrecon 2y agoThat's what I meant indeed. The article never mentions busybox in the text, does it?