Skip to content

Instantly share code, notes, and snippets.

@aknik
Created December 14, 2016 20:46
Show Gist options
  • Save aknik/7cbdc6cbbb77dec9612de734d6b8075c to your computer and use it in GitHub Desktop.
Save aknik/7cbdc6cbbb77dec9612de734d6b8075c to your computer and use it in GitHub Desktop.
Remove fucking NULL in txt files
sed -i 's/\x0//g' adguard.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment