[postgis-users] shp2pgsql in quite mode????...(shp2pgsql -q)???

Mark Cave-Ayland mark.cave-ayland at siriusit.co.uk
Mon Mar 29 04:56:54 PDT 2010


Shreerang Patwardhan wrote:

> Hey all,
>      I do not wish to display the output of the command shp2pgsql at the 
> terminal. I want the command to run in quite mode. But there is no -q 
> option for shp2pgsql. How do I get around this issue?

Perhaps something like:

shp2pgsql ... > /dev/null  or
shp2pgsql ... 2>&1 > /dev/null


HTH,

Mark.

-- 
Mark Cave-Ayland - Senior Technical Architect
PostgreSQL - PostGIS
Sirius Corporation plc - control through freedom
http://www.siriusit.co.uk
t: +44 870 608 0063

Sirius Labs: http://www.siriusit.co.uk/labs



More information about the postgis-users mailing list