Update README.md

This commit is contained in:
kojix2 2023-04-09 15:57:37 +09:00 committed by GitHub
parent c32b816e7e
commit f514982842
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@ curl -sL https://git.io/ISLANDScsv \
```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 ' '
```