how to make this command working on busybox
#1
Sat, 2017-04-29 12:43
debiansid
-
- Offline
- 11 months 2 days ago
- 2017-03-25
sed -e 's%#include <ipset%#include <libcorkipset%' \ -e 's%#include "ipset%#include "libcorkipset%' \ -i include/ipset/*.h */*/*/*.c */*/*/*.c.in */*/*.c */*.c mv include/{,libcork}ipset
those working on archlinux, but not on alpine linux, I thought it is caused by busybox.
any idea how to fix it ?
thanks
You can install GNU sed:
Alternatively, you can put the
-i
flag before all the-e
flags.