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