The real point is not the meaning of all, but the definition of the zone where you want to replace. If you use vi, you can say %s, or .,$s. It will replace all... in all the file or from that point, for example.
Anyway, it's a design you have to take into account when you use this feature.
|