Created
May 11, 2021 02:45
-
-
Save pmolina/d716b261107d11ffb5960b129e820658 to your computer and use it in GitHub Desktop.
cheques.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
egrep "^(30526904792|30526754030|30527929772|30526748448|30525418835)" cheques.txt | awk '{print substr($0, 45, 1) "," $1 "," substr($0, 22, 4) "-" substr($0, 26, 2) "-" substr($0, 28, 2) "," substr($0, 30, 13) "." substr($0, 43, 2) }' | egrep "^2" | tr -d ' ' | cut -c 3- > sin_fondos_clubes_grandes.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment