Now really truncate to 0 bytes (instead of 1).

This commit is contained in:
hjp 2000-08-23 13:34:52 +00:00
parent 94d4248916
commit 173ccac1bc
1 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,6 @@
@@@find_printf@@@ "$@" -type f -printf '%TY%Tm%Td%TH%TM.%TS %p\n' |
while read timestamp file
do
echo > "$file"
echo -n "" > "$file"
touch -t "$timestamp" "$file"
done