Skip to content

Commit

Permalink
Use ls -lR instead if find -ls
Browse files Browse the repository at this point in the history
  • Loading branch information
donald committed Sep 13, 2022
1 parent 32508f0 commit e81560b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Adapting_new_script_for_computing_cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ cp dedup/* $work_dir/dedup
cp dedup_peaks/* $work_dir/dedup_peaks
'

find . -ls
ls -lR
du -hs $MAX_JOB_TMPDIR
}

Expand Down

0 comments on commit e81560b

Please sign in to comment.