Skip to content

Instantly share code, notes, and snippets.

@skvggor
Created April 14, 2014 12:41
Show Gist options
  • Save skvggor/10644379 to your computer and use it in GitHub Desktop.
Save skvggor/10644379 to your computer and use it in GitHub Desktop.
Get Data (increase quality) from ALUNOS.txt
grep -n '69993' ALUNO.txt | head -n 10 | sed 's/ */\ /g' | sed -e 's/\s\+/\n/g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment