From c32b816e7ea5605aca5a427fe2ee734673d79980 Mon Sep 17 00:00:00 2001 From: kojix2 <2xijok@gmail.com> Date: Sun, 9 Apr 2023 15:57:09 +0900 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 ' ' ```