mirror of
https://github.com/you-dont-need/You-Dont-Need-GUI.git
synced 2025-08-23 13:23:10 +02:00
add show disk size
This commit is contained in:
@@ -43,6 +43,7 @@ As a computer expert, we want to be more efficient and do our jobs better. We kn
|
||||
1. [view content of a file](#view-content-of-a-file)
|
||||
1. [search for a text](#search-for-a-text)
|
||||
1. [view an image](#view-an-image)
|
||||
1. [show disk size](#show-disk-size)
|
||||
1. [Quick tips](#quick-tips)
|
||||
1. [Hotkeys](#hotkeys)
|
||||
|
||||
@@ -313,6 +314,14 @@ grep -ir "Query" file.txt
|
||||
imgcat image.png
|
||||
```
|
||||
|
||||
## show disk size
|
||||
|
||||
**STOP RIGHT CLICKING DISK ICON OR OPENING DISK UTILITY** :-1:
|
||||
|
||||
```shell
|
||||
df -h
|
||||
```
|
||||
|
||||
## Quick tips
|
||||
|
||||

|
||||
|
Reference in New Issue
Block a user