Skip to content
Snippets Groups Projects
Commit bbf97cbc authored by Dmitry Kalinkin's avatar Dmitry Kalinkin
Browse files

-v

parent 4027bff9
Branches
No related tags found
1 merge request!168Draft: run du
Pipeline #121819 failed
......@@ -99,7 +99,7 @@ common:setup:
fi
done
cat list | python filter_broken.py | tee broken
cat broken | xargs rm
cat broken | xargs rm -v
find `realpath /scratch` -type l -print0 | (du -sL --files0-from=- || true) | sort -n > /tmp/df
#find `realpath /scratch` -type f -print0 | du -s --files0-from=- || true | sort -n > /tmp/df
head /tmp/df
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment