diff --git a/README.md b/README.md index 6ad7c37..558f64a 100644 --- a/README.md +++ b/README.md @@ -45,8 +45,10 @@ curl -sL https://git.io/ISLANDScsv \ barplot

+ + ```sh -# For offline users +# 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 ' ' ```