https://github.com/wenzeslaus/osgeolive-presentation
Presentation about OSGeoLive and related projects
https://github.com/wenzeslaus/osgeolive-presentation
gis open-source osgeo slides
Last synced: about 2 months ago
JSON representation
Presentation about OSGeoLive and related projects
- Host: GitHub
- URL: https://github.com/wenzeslaus/osgeolive-presentation
- Owner: wenzeslaus
- Created: 2017-06-23T02:21:09.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-26T21:09:28.000Z (almost 8 years ago)
- Last Synced: 2025-01-12T17:11:33.600Z (4 months ago)
- Topics: gis, open-source, osgeo, slides
- Language: CSS
- Homepage: https://wenzeslaus.github.com/osgeolive-presentation
- Size: 103 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OSGeoLive Presentation
Presentation about OSGeoLive and related projects
## Find out what files are unused
diff -u <(grep -E 'img.*src="[^"]*"' index.html | sed -e 's/.*img.*src="\([^"]*\)".*/\1/g' | sort | uniq) <(find images -type f | sort) | grep -v "^ " | grep -v "^@@ .* @@$" | sed 's/^+/git rm /g' | sed 's/^-/echo Missing: /g'
To actually execute the commands add:
... | xargs -L 1 xargs