[[snapshot]]: 2021-05-09 18:51:59

Affected files:

defoam.md
This commit is contained in:
2021-05-09 18:51:59 +02:00
parent 2dd5589491
commit 9390ff0d44
+1 -1
View File
@@ -2,4 +2,4 @@
- ![[Pasted image 20210509183857.png]] - ![[Pasted image 20210509183857.png]]
- to remove all such cruft from a [[digital garden]], you can use the following one-liner: - to remove all such cruft from a [[digital garden]], you can use the following one-liner:
- `sed -i '/\[\/\/begin\]/,/\[\/end\]/d' *md` - `sed -i '/\[\/\/begin\]/,/\[\/end\]/d' *md`
- sed is "native' - sed is "native" to [[linux]] and [[os x]] but these days should be installable in windows through [[wsl]].