mirror of
https://github.com/you-dont-need/You-Dont-Need-GUI.git
synced 2025-01-17 13:28:20 +01:00
Add cat command (#35)
This commit is contained in:
parent
ba6003a8ad
commit
7d41a1648c
10
readme.md
10
readme.md
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user