mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-05-07 23:51:12 +08:00
Update README.md
This commit is contained in:
parent
c32b816e7e
commit
f514982842
@ -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 ' '
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user