Skip to content

Commit

Permalink
Update src/content/docs/en/linux/shell.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: madomado <[email protected]>
  • Loading branch information
VehementHam and madonuko authored Mar 29, 2024
1 parent 081ba45 commit 022392d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/en/linux/shell.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 022392d

Please sign in to comment.