From 91cfdcfefccd56a9715685e0f06766dd03803343 Mon Sep 17 00:00:00 2001 From: Joe Date: Thu, 25 Oct 2018 14:08:54 -0400 Subject: [PATCH] add option R.md (#24617) * add option R.md added * `-R`, displays the contents of the directory, and it's subdirectories. * Fix possessive typo in bash ls article --- guide/english/bash/bash-ls/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/guide/english/bash/bash-ls/index.md b/guide/english/bash/bash-ls/index.md index b29a78574e..c3cb3f4a91 100644 --- a/guide/english/bash/bash-ls/index.md +++ b/guide/english/bash/bash-ls/index.md @@ -21,6 +21,7 @@ Most used options: * `-l`, List in long format * `-G`, enable colorized output. * `-s`, List File Size. +* `-R`, displays the contents of the directory, and its subdirectories. ### Example: