Skip to content
Snippets Groups Projects

Draft: run du

Open Dmitry Kalinkin requested to merge temp/df into master
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
+ 2
1
@@ -77,4 +77,5 @@ common:setup:
mount
find `realpath /scratch` -type f -print0 | du -s --files0-from=- | sort -n > /tmp/df
head /tmp/df
tail /tmp/df
\ No newline at end of file
tail -n 1000 /tmp/df
rm -rf /scratch/*
\ No newline at end of file
Loading