Skip to content

Instantly share code, notes, and snippets.

@cswinter
Created July 8, 2018 22:36
Embed
What would you like to do?
#!/bin/sh
ls /home/clemens/Dropbox/nyc-taxi-data-denormalized/* | \
xargs \
-P 6 `# running with -P 12 angers the oom killer` \
-L 1 \
~/q/l64/q load.q \
-q \
-s 2
mkdir -p /mnt/data/kdb/trips/p
ls -d /mnt/data/kdb/trips/??/* > /mnt/data/kdb/trips/p/par.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment