Skip to content

Commit d679098

Browse files
author
Akshay Ithape
committed
Fixed the typo
1 parent ba35e4e commit d679098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/02-Working-With-Shell-Part-I/02-Basic-Commands.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ $ cp -r Europe/UK Europe/UnitedKingdom
121121
122122
To print the content of a file. Run **`cat /path/to/<filename>`** command
123123
```
124-
$cat Asia/India/Mumbai/City.txt
124+
$ cat Asia/India/Mumbai/City.txt
125125
```
126126
127127
To add a content to a file with cat(redirect) . Run **`cat > /path/to/<filename>`** command

0 commit comments

Comments
 (0)