I'm having trouble with {7,7} in gawk on ubuntu. So, I am using the more verbose...
[backups/.git] / scripts / list-dates.sh
1 #!/bin/sh
2
3 gawk 'BEGIN { RS="\0" } {print$7}' | sort -u