We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d318132 commit 0aefe83Copy full SHA for 0aefe83
ebird/testdata/README.md
@@ -15,3 +15,8 @@ citation for the bulk download is:
15
Cornell Lab of Ornithology, Ithaca, New York. May 2017.
16
17
For other citations, see: https://ebird.org/science/citation
18
+
19
+### Escaping quotes
20
21
+Unix: `sed 's/\"/\\\"/g`
22
+Windows(?): `get-content somefile.txt | %{$_ -replace "expression","replace"}`
0 commit comments