Tagged Questions
5
votes
2answers
267 views
Which sed version is not GNU sed 4.0?
I'm trying to figure out which version of sed that I've got on BusyBox 1.18.3. The --version output is cryptic.
$ sed --version
This is not GNU sed version 4.0
The following code is from the ...