From 944afee5df7f67e53cab46341663a2c2e357d326 Mon Sep 17 00:00:00 2001 From: zeus Date: Mon, 5 Oct 2020 17:13:51 +0300 Subject: [PATCH] ls --- ls/1_ls_with_options/code | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ls/1_ls_with_options/code b/ls/1_ls_with_options/code index 39c48e4..331cbd6 100644 --- a/ls/1_ls_with_options/code +++ b/ls/1_ls_with_options/code @@ -7,7 +7,7 @@ echo "" echo "Recursively list Sub-Directories" echo "-----------------------------" -ls -R / | head -5 +ls -R / | head -35 echo ""