From d679098adbc5823316b541804215f57982fd7be0 Mon Sep 17 00:00:00 2001 From: Akshay Ithape Date: Sat, 8 May 2021 20:51:22 +0530 Subject: [PATCH] Fixed the typo --- docs/02-Working-With-Shell-Part-I/02-Basic-Commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/02-Working-With-Shell-Part-I/02-Basic-Commands.md b/docs/02-Working-With-Shell-Part-I/02-Basic-Commands.md index b417de6..68dfc8c 100644 --- a/docs/02-Working-With-Shell-Part-I/02-Basic-Commands.md +++ b/docs/02-Working-With-Shell-Part-I/02-Basic-Commands.md @@ -121,7 +121,7 @@ $ cp -r Europe/UK Europe/UnitedKingdom To print the content of a file. Run **`cat /path/to/`** command ``` -$cat Asia/India/Mumbai/City.txt +$ cat Asia/India/Mumbai/City.txt ``` To add a content to a file with cat(redirect) . Run **`cat > /path/to/`** command