Sign in or Join FriendFeed
FriendFeed is the easiest way to share online. Learn more »
Riccardo
split a single sql file into multiple files - The UNIX and Linux Forums - http://www.unix.com/unix-du...
awk '/CREATE TABLE/{ n++; print > (f="out_" n); close(f)}' RS= alltables - Riccardo