Skip to content

Commit

Permalink
manual update
Browse files Browse the repository at this point in the history
  • Loading branch information
tgirke committed Jul 9, 2023
1 parent 950780a commit 30a5918
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion content/en/Manuals/hpc_cluster/storage.md
Expand Up @@ -94,7 +94,8 @@ du -sh .
To calculate the sizes of each separate sub directory, run:

```bash
du -shc *
du -sch *
du -sch .[!.]* * | sort -h # includes hidden files and directories
```

This may take some time to complete, please be patient.
Expand Down

0 comments on commit 30a5918

Please sign in to comment.