X-Git-Url: http://git.pippins.net/embedvideo/.git/?a=blobdiff_plain;f=scripts%2Ffiles-from-date.sh;h=2db6fc228c378165e316fb3a00236dbd464360b7;hb=refs%2Ftags%2Frelease-0.2;hp=80c0ad374ed448f84e8e1af2eb515e8020c042e2;hpb=57409dee8819cc504d47a2f27b8937091244ed13;p=backups%2F.git diff --git a/scripts/files-from-date.sh b/scripts/files-from-date.sh index 80c0ad3..2db6fc2 100755 --- a/scripts/files-from-date.sh +++ b/scripts/files-from-date.sh @@ -2,4 +2,4 @@ [ $# == 1 ] || exit 1 -awk --posix 'BEGIN { RS="\0" } { d=$7; gsub( /^([^ ]*[ ]){7,7}/, "" ); if ( date == d ) printf "%s\0",$0 }' date=$1 +gawk --posix 'BEGIN { RS="\0" } { d=$7; gsub( /^([^ ]*[ ]){7,7}/, "" ); if ( date == d ) printf "%s\0",$0 }' date=$1