From b7e794774d69d64ee601f4b378f25918072af20a Mon Sep 17 00:00:00 2001 From: Amin Cheloh Date: Thu, 6 Oct 2022 12:22:10 +0700 Subject: [PATCH] add change to home dir to directory commands table --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 882f389..0fd0aea 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ This is Day to Day Work Linux Cheatsheet for Software Engineers. | Name | Command | | ------------------------------- | ------------------------------------------------- | | Change Directory | cd / | +| Change Directory to home directory | cd ~ | | Change Directory to Previous | cd .. | | Create Directory | mkdir | | Create Directory with Parent | mkdir -p / |