Created
February 16, 2016 15:08
-
-
Save rococodogs/85de47e667ede5e15a83 to your computer and use it in GitHub Desktop.
sort All_Checked_out_items report by patron barcode
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
| gawk -v n=+3 -f checked-out/items-due.awk examples/*All_Checked* | gawk 'BEGIN{FS="|";OFS="|"}NR == 1 {print $0; next} { print $0 | "sort --ignore-case --field-separator=\"|\" -k 12"}' | gawk -f general/to-json.awk |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment