sed luke smith
%date Mon, 03 Jun 2019 18:40:34 +0530
The kind of stuff sed is used for:
- replacing stuff
- printing stuff
- deleting stuff
Replace color in base16
%date Mon, 24 Jun 2019 00:54:06 +0530
Sed replace words
%date Mon, 03 Jun 2019 18:58:30 +0530
This was the sed command that we needed to compile dwm using nix. We had to substitute /usr/local with /nix/somehash-package-name.
Look at it this way:
Whatever is between @something@ gets replaced by whatever is between @somethingelse@. The @@ could be thought of the delimiters.
Commenting lines in sed
%date Mon, 24 Jun 2019 00:54:02 +0530