Skip to content

Commit 0aefe83

Browse files
authored
Update README.md
1 parent d318132 commit 0aefe83

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ebird/testdata/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,8 @@ citation for the bulk download is:
1515
Cornell Lab of Ornithology, Ithaca, New York. May 2017.
1616

1717
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

Comments
 (0)