On 31/08/2019 17:02, Jonas Smedegaard wrote:
Quoting The Wanderer (2019-08-31 14:39:56)In practice, I'd either use this with 'sed -i [the above expression] filename' or (more likely) with 'cat filename | sed [the above expression] > newfilename'.While wandering(!) off of the original topic, there is also this:cat filename | sed [the above expression] | spong filename
.. and yet another useless use of cat :) -- Mike Howard