Skip to content

Commit

Permalink
Fixed the typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshay Ithape committed May 8, 2021
1 parent ba35e4e commit d679098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/02-Working-With-Shell-Part-I/02-Basic-Commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ $ cp -r Europe/UK Europe/UnitedKingdom
To print the content of a file. Run **`cat /path/to/<filename>`** 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/<filename>`** command
Expand Down

0 comments on commit d679098

Please sign in to comment.