| Summary: | sed -i ... afile | ||
|---|---|---|---|
| Product: | Busybox | Reporter: | Haluk DUMAN <halukduman09> |
| Component: | Standard Compliance | Assignee: | unassigned |
| Status: | RESOLVED INVALID | ||
| Severity: | minor | CC: | busybox-cvs |
| Priority: | P5 | ||
| Version: | 1.17.x | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
GNU sed 4.2.1 does the same. Busybox sed should be compatible to that. Closing the bug. |
sed -i .... afile if using sed replace function when if afile link another file { ln -s xfile afile }, afile re-creating as regular file , and link lost...