Skip to content

Commit b7339b8

Browse files
author
asim3 from runner
committed
cli: Dir Size
1 parent c4bfcbe commit b7339b8

File tree

2 files changed

+11
-23
lines changed

2 files changed

+11
-23
lines changed

.github/workflows/swarm-cd.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

data/cli/other/disk.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,17 @@ du -sh my_directory/
1313
```
1414

1515

16+
## Dir Size
17+
```bash
18+
sudo du -sh /home/*
19+
# 28K /home/asim
20+
# 2.7G /home/aaa
21+
# 192K /home/bbb
22+
# 3.2G /home/ccc
23+
# 3.2G /home/ddd
24+
```
25+
26+
1627
## ISO Bootable USB
1728
```txt
1829
lsblk

0 commit comments

Comments
 (0)