Hi, anyone knows good docs on “sed”, the man page seems very poor, it doesnt hav . . .

P A:
Hi, anyone knows good docs on “sed”, the man page seems very poor, it doesnt have most the options such as -i, -I

Aaron Lockhart:
@P A, those options are mentioned in the man page for sed in CentOS Stream 8.

Aaron Lockhart:
The official sed FAQ is located at: http://sed.sourceforge.net/sedfaq.html

Aaron Lockhart:
There are also some extensive resources in the documentation section of the SourceForge project page for sed at: http://sed.sourceforge.net/#docs

P A:
Thanks for your pointers, the man page on ubuntu seems a bit different. I don’t see the -i described for in place, neither the flag “I” for case sensitive replacement.
Do you know if the docs can be found or downloaded at the machine so i can refer to them during the exam?

Aaron Lockhart:
During the Linux Foundation exam, you won’t be able to download anything from the outside. If you’ve signed up for the Ubuntu platform for your exam, you’ll have the Ubuntu version of the manual pages (it’s odd that they would be different).

Vitor Jr.:
https://linuxconfig.org/learning-linux-commands-sed

Vitor Jr.:
https://linuxhint.com/50_sed_command_examples/