Bug 3001 - sed -i ... afile
Summary: sed -i ... afile
Status: RESOLVED INVALID
Alias: None
Product: Busybox
Classification: Unclassified
Component: Standard Compliance (show other bugs)
Version: 1.17.x
Hardware: PC Linux
: P5 minor
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-22 15:11 UTC by Haluk DUMAN
Modified: 2010-12-29 01:08 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Haluk DUMAN 2010-12-22 15:11:39 UTC
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...
Comment 1 Denys Vlasenko 2010-12-29 01:08:06 UTC
GNU sed 4.2.1 does the same. Busybox sed should be compatible to that.

Closing the bug.