Skip to content

Instantly share code, notes, and snippets.

@puentesarrin
puentesarrin / FileSplitter.py
Last active February 16, 2021 05:19 — forked from msharp/FileSplitter.py
python script to split a (large) file into multiple (smaller) files with specified number of lines
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import sys
import os
class FileSplitter(object):
def __init__(self):
self.parse_args(sys.argv)
@puentesarrin
puentesarrin / zsh.md
Created June 11, 2014 19:29 — forked from tsabat/zsh.md