mirror of
https://github.com/you-dont-need/You-Dont-Need-GUI.git
synced 2025-08-17 18:46:20 +02:00
Add cat command (#35)
This commit is contained in:
committed by
Steve Mao
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. [find a future date](#find-a-future-date)
|
||||||
1. [use a calculator](#use-a-calculator)
|
1. [use a calculator](#use-a-calculator)
|
||||||
1. [force quit a program](#force-quit-a-program)
|
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)
|
1. [search for a text](#search-for-a-text)
|
||||||
|
|
||||||
|
|
||||||
@@ -276,6 +277,15 @@ bc
|
|||||||
killall program_name
|
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 text
|
||||||
|
|
||||||
**SEARCH FOR A PATTERN IN FILES** :-1:
|
**SEARCH FOR A PATTERN IN FILES** :-1:
|
||||||
|
Reference in New Issue
Block a user