⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 stream1.sh

📁 Source code, and some other odds and ends can be downloaded from http://shapelib.maptools.org/dl.
💻 SH
字号:
#!/bin/sh	EG_DATA=/u/www/projects/shapelib/eg_dataecho -------------------------------------------------------------------------echo Test 1: dump anno.shpecho -------------------------------------------------------------------------./shpdump $EG_DATA/anno.shp | head -250echo -------------------------------------------------------------------------echo Test 2: dump brklinz.shpecho -------------------------------------------------------------------------./shpdump $EG_DATA/brklinz.shp | head -500echo -------------------------------------------------------------------------echo Test 3: dump polygon.shpecho -------------------------------------------------------------------------./shpdump $EG_DATA/polygon.shp | head -500echo -------------------------------------------------------------------------echo Test 4: dump pline.dbf - uses new F field typeecho -------------------------------------------------------------------------./dbfdump -m -h $EG_DATA/pline.dbf | head -50echo -------------------------------------------------------------------------echo Test 5: NULL Shapes.echo -------------------------------------------------------------------------./shpdump $EG_DATA/csah.dbf | head -150

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -