Skip to content

Instantly share code, notes, and snippets.

@felixmon
Created April 27, 2019 11:04
Show Gist options
  • Save felixmon/f75eb55f682c641cc31632e349605e34 to your computer and use it in GitHub Desktop.
Save felixmon/f75eb55f682c641cc31632e349605e34 to your computer and use it in GitHub Desktop.
read.sh
#!/bin/bash
ls -d $PWD/*.docx >1.txt
python3 read-docx.py >2.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment