projects
/
backups
/
.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
6680e9772395c9d59e8f74c30b6f9793e06a8a2c
[backups/.git]
/
scripts
/
files-from-date.sh
1
#!/bin/sh
2
3
[ $# == 1 ] || exit 1
4
5
awk --posix 'BEGIN { RS="\0" } { d=$7; gsub( /([^ ]*[ ]){7,7}/, "" ); if ( date == d ) printf "%s\0",$0 }' date=$1