Snippets Collections
### MAKE DIR
mkdir split && cd split

### SPLIT FILE
split -l 1000 /<path>/output-google.sql /<path>/split/split-

### CHANGE EXTENTION
ls | xargs -I % mv % %.sql
star

Mon Dec 27 2021 04:24:14 GMT+0000 (Coordinated Universal Time) https://stackoverflow.com/

#split #sql #large-sql

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension