sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
- Download zsh-autosuggestions by
import re | |
import glob | |
def main(): | |
outputFile = 'output.tsv' | |
files = glob.glob('*.html') | |
print "Extracting from %s files" %(len(files)) | |
data = [] |