Created
May 11, 2018 12:03
-
-
Save groundnuty/9eaf30591b5b1e45f8f9b7b4f289c0b6 to your computer and use it in GitHub Desktop.
Premium Mobile Pdf Invoice Check
This file contains hidden or 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
cat ~/Downloads/FV-018195-18-05-1-022909-biling.txt | sed -n -e '/Data polczenia/,$p' | sed -n -e '2,$p' | grep -v " 0,00 " | sed 's/[[:space:]]\{15\}/\tX\t/g' | sed -e '/.*(Rozliczenie pakietu:$/{n;d}' | sed 's/[[:space:]][[:space:]]\+/\t/g' | cut -d $'\t' -f 5 | sed -n -e '0,/Lcznie/p' | sed \$d | tr ',' . | paste -s -d+ - | bc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment