From ea39c358097f5e17374372a887f8bd996b65ea5a Mon Sep 17 00:00:00 2001 From: Jan Danielzick Date: Sat, 24 Sep 2022 18:00:14 +0000 Subject: [PATCH] Update 'posix_shell.md' --- posix_shell.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posix_shell.md b/posix_shell.md index 14a77cc..5162533 100644 --- a/posix_shell.md +++ b/posix_shell.md @@ -198,7 +198,7 @@ the same as their dedicated counterparts. - `chown` (change owner) change file ownership - `df` (disk free) show available disk space - `du` (disk usage) show how much space a given file or directoy is using -- `vi` unholy abommination of a text editor :) +- `vi` unholy abomination of a text editor :) - `more` print only a screen worth of text at a time and wait so you have the time to read it ## Commonly Used Special Files