What is Nostr?
FreeBSD Fortune /
npub1f9u…4yrh
2024-02-20 18:00:36

FreeBSD Fortune on Nostr: Want to use sed(1) to edit a file in place? Well, to replace every 'e' with an 'o', ...

Want to use sed(1) to edit a file in place? Well, to replace every 'e' with
an 'o', in a file named 'foo', you can do:

sed -i.bak s/e/o/g foo

And you'll get a backup of the original in a file named 'foo.bak', but if you
want no backup:

sed -i '' s/e/o/g foo
Author Public Key
npub1f9ujkrp7sqamjl6qqhur4rtvpxjccm487p8p4vvazj0el2amem3shm4yrh