Topics not related specifically to Anza Borrego
Desert Magazine Archive Downloads
dsefcik Administrator Posts: 2634
1/9/2020
|
I posted up the collection I have here at this link
Grab 'em while you can, not sure how long I will leave them up....
-- http://www.sefcik.com http://www.darensefcik.com http://www.carrizogorge.com
|
|
+1
link
|
dsefcik Administrator Posts: 2634
1/9/2020
|
OK, still looking thru old files on this...for you unix/linux folks or bsd on the mac's...here are some ideas to search the desert mag pdf files.
1. open terminal and "cd" to the directory where all of the desert mag file are 2. in a bash/bourne shell run this command but substitute the "rock house" with your own search term:
"for f in *.pdf; do echo "$f" >> /tmp/desertmg.txt;pdftotext "$f" - | grep -i "rock house" >> /tmp/desertmg.txt; done"
3. review the /tmp/desertmg.txt file for your results.
There is probably a simpler/easy way to search them but hey, this is what I know....
---
-- http://www.sefcik.com http://www.darensefcik.com http://www.carrizogorge.com
|
|
+1
link
|