Skip to content

Instantly share code, notes, and snippets.

@eddiez9
Created March 10, 2020 11:27
Show Gist options
  • Save eddiez9/802b7fd144f50d2ca84b2ebf28d35a8b to your computer and use it in GitHub Desktop.
Save eddiez9/802b7fd144f50d2ca84b2ebf28d35a8b to your computer and use it in GitHub Desktop.
Fix output of sublist3r...
grep -v '<BR>' file.txt > nobr.txt
grep -o '[^<BR>]\+' file.txt > br.txt
cat nobr.txt br.txt > merged.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment