Add cat command (#35)

This commit is contained in:
MOHAMMAD UMAIR 2018-11-06 13:29:41 +05:30 committed by Steve Mao
parent ba6003a8ad
commit 7d41a1648c

View File

@ -39,6 +39,7 @@ As a computer expert, we want to be more efficient and do our jobs better. We kn
1. [find a future date](#find-a-future-date)
1. [use a calculator](#use-a-calculator)
1. [force quit a program](#force-quit-a-program)
1. [view content of a file](#view-content-of-a-file)
1. [search for a text](#search-for-a-text)
@ -276,6 +277,15 @@ bc
killall program_name
```
## view content of a file
**VIEW THE CONTENT OF ANY FILE** :-1:
```shell
cat file_full_path
Example : cat apps/settings.py
```
## search for a text
**SEARCH FOR A PATTERN IN FILES** :-1: