Skip to content
Snippets Groups Projects

Draft: run du

Open Dmitry Kalinkin requested to merge temp/df into master
1 file
+ 7
6
Compare changes
  • Side-by-side
  • Inline
+ 7
6
@@ -73,9 +73,10 @@ common:setup:
before_script:
script:
- |
df -h
mount
find `realpath /scratch` -type f -print0 | du -s --files0-from=- | sort -n > /tmp/df
head /tmp/df
tail -n 1000 /tmp/df
rm -rf /scratch/*
\ No newline at end of file
#df -h
#mount
#find `realpath /scratch` -type f -print0 | du -s --files0-from=- | sort -n > /tmp/df
#head /tmp/df
#tail -n 1000 /tmp/df
ls -la /scratch/detector_benchmarks_111244/sim_output/zdc_sigma/epic_zdc_sipm_on_tile_only_rec_sigma_dec_125GeV_0.edm4eic.root
ls -la `readlink /scratch/detector_benchmarks_111244/sim_output/zdc_sigma/epic_zdc_sipm_on_tile_only_rec_sigma_dec_125GeV_0.edm4eic.root`
\ No newline at end of file
Loading