Sed is an under appreciated tool of remarkable power. It can be hard to use but it has its rewards - using Sed is akin to solving simple puzzles.
There is an innocent joy in using this marvelous utility.
I created this cheatsheet for my own use because nothing out there suited me. The cheatsheet lays out all Sed commands in groups related to the Sed structure. It also provides enough detail on each command to recall its use at a glance.
So here you go:
The Best Sed Cheatsheet in the World!
You can check
this excellent tutorial (external link) if you have an interest in learning Sed.