Skip to content

Instantly share code, notes, and snippets.

@ismygithub
ismygithub / sed cheatsheet
Created March 24, 2022 05:42 — forked from ssstonebraker/sed cheatsheet
Sed Cheatsheet
FILE SPACING:
# double space a file
sed G
# double space a file which already has blank lines in it. Output file
# should contain no more than one blank line between lines of text.
sed '/^$/d;G'
@ismygithub
ismygithub / list.md
Created February 21, 2022 09:24 — forked from ih2502mk/list.md
Quantopian Lectures Saved