nzsql -d SYSTEM -tqA -c "select datname from _t_database;"| sort | { while read db ; do ( mkdir -p $base_dir/$db ; test `nzsession | wc -l` -lt 300 && nzdumpschema -R $db $base_dir/$db/create-$db-database.sh $base_dir/ & ) ; done ; }
Unpacking Zip Folders into Windows Long File Paths
-
[image: Zip Archive Banner]
Long file paths on Windows are a pain in the ass - we all know that. But
today I ran into yet another issue with it that's wo...
2 weeks ago