From 081ba45133b9c14e0ad6807b101d6d64434f7c7b Mon Sep 17 00:00:00 2001 From: VehementHam <75701545+VehementHam@users.noreply.github.com> Date: Thu, 28 Mar 2024 19:43:25 -0500 Subject: [PATCH 1/2] Fix description of `ls -l` --- src/content/docs/en/linux/shell.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/en/linux/shell.mdx b/src/content/docs/en/linux/shell.mdx index 7c3cbf8..9d0b418 100644 --- a/src/content/docs/en/linux/shell.mdx +++ b/src/content/docs/en/linux/shell.mdx @@ -59,7 +59,7 @@ The `ls` command, especially, has a lot of useful flags (i.e. execute `ls -a`, | `-r` | Sort output in reverse order. | | `-l` | List one file per line. Also display information about the files listed. | -The output of `ls -l` includes information for (in the following order): file type, target, read-only (boolean), permissions, number of symlinks, number of inodes, and file owner. +The output of `ls -l` includes collums of information about each file in the following order: file type, permissions, number of symlinks, file owner, file size, date of last modification, and file name. ``` total 4 drwxr-xr-x 2 bob bob 4096 Jan 1 13:00 dir From 022392d8f26aceb07087fe77fc187f82def509c8 Mon Sep 17 00:00:00 2001 From: VehementHam <75701545+VehementHam@users.noreply.github.com> Date: Fri, 29 Mar 2024 14:01:58 -0500 Subject: [PATCH 2/2] Update src/content/docs/en/linux/shell.mdx Co-authored-by: madomado --- src/content/docs/en/linux/shell.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/en/linux/shell.mdx b/src/content/docs/en/linux/shell.mdx index 9d0b418..46d80b9 100644 --- a/src/content/docs/en/linux/shell.mdx +++ b/src/content/docs/en/linux/shell.mdx @@ -59,7 +59,7 @@ The `ls` command, especially, has a lot of useful flags (i.e. execute `ls -a`, | `-r` | Sort output in reverse order. | | `-l` | List one file per line. Also display information about the files listed. | -The output of `ls -l` includes collums of information about each file in the following order: file type, permissions, number of symlinks, file owner, file size, date of last modification, and file name. +The output of `ls -l` includes columns of information about each file in the following order: file type, permissions, number of symlinks, file owner, file size, date of last modification, and file name. ``` total 4 drwxr-xr-x 2 bob bob 4096 Jan 1 13:00 dir