Skip to content

Instantly share code, notes, and snippets.

@yasuflatland-lf
Last active June 20, 2023 04:54
Show Gist options
  • Save yasuflatland-lf/d9b37a1db2c20e22db0614bd1a5a7e04 to your computer and use it in GitHub Desktop.
Save yasuflatland-lf/d9b37a1db2c20e22db0614bd1a5a7e04 to your computer and use it in GitHub Desktop.
PDF File clean up
#!/bin/sh -xe
cat $1 | tr '\n' ' ' | sed -e "s/■ /\n■ /g" > out.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment