From 6af3d04af1a79552f7c9efff5953e04cbaf55c4f Mon Sep 17 00:00:00 2001 From: Jan Danielzick Date: Sat, 24 Sep 2022 17:06:22 +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 05a2c00..2a81d63 100644 --- a/posix_shell.md +++ b/posix_shell.md @@ -205,7 +205,7 @@ the same as their dedicated counterparts. - `.` The working directory - `..` Parent directory of the working directory - `/dev/null` Your personal trash can to redirect all the output you don’t care about to. -Also known as a black hole or the indefinite void. :) +Also known as a black hole or the infinite void. :) - `/dev/urandom` Source of infinite random data - `/dev/zero` Source of infinite null bytes