Update README.md

This commit is contained in:
kojix2
2023-04-09 15:57:37 +09:00
committed by GitHub
parent c32b816e7e
commit f514982842

View File

@@ -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 ' '
``` ```