trying column 10 for changing timestamps on BSD stat

This commit is contained in:
James Tomasino 2018-04-12 09:07:31 -04:00
parent 09b031157f
commit 2a693f66e5
1 changed files with 1 additions and 1 deletions

2
burrow
View File

@ -85,7 +85,7 @@ check_coreutils () {
}
else
stat_func () {
stat -Lnqr "$1" | awk '{print $9}'
stat -Lnqr "$1" | awk '{print $10}'
}
fi
}