mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-12-16 03:08:54 +08:00
Update README.md
This commit is contained in:
@@ -48,7 +48,7 @@ curl -sL https://git.io/ISLANDScsv \
|
|||||||
|
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
# For offline user Sorts files in a directory by size and shows a bar graph.
|
# For offline user: Sorts files in a directory by size and shows a bar graph.
|
||||||
ls -l | awk '{print $9, $5}' | sort -nk 2 | uplot bar -d ' '
|
ls -l | awk '{print $9, $5}' | sort -nk 2 | uplot bar -d ' '
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user