bug#39999: sed -i non-POSIX
Greg Troxel <[email protected]>
| Newsgroups | gmane.lisp.guile.bugs |
|---|---|
| Message-ID | <[email protected]> |
wlharvey4--- via "Bug reports for GUILE, GNU's Ubiquitous Extension Language" <[email protected]> writes: > Greg, > > Good point. The BSD sed man page says: > > "The -E, -a and -i options are non-standard FreeBSD extensions and may not be available on other operating systems." > > So perhaps a better solution is to not use the -i option at all and be POSIX compliant? > > Informally looking through some of the code, this was the only use of the -i option that I found. If that is at all reasonable, then I think it's the best thing to do. FWIW, the saem text about -i being a FreeBSD extension appears in the NetBSD man page.