mirror of
https://github.com/you-dont-need/You-Dont-Need-GUI.git
synced 2025-08-22 21:03:00 +02:00
committed by
Steve Mao
parent
7d41a1648c
commit
3c3ff29732
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. [check server response](#check-server-response)
|
||||
1. [view content of a file](#view-content-of-a-file)
|
||||
1. [search for a text](#search-for-a-text)
|
||||
|
||||
@@ -277,6 +278,15 @@ bc
|
||||
killall program_name
|
||||
```
|
||||
|
||||
## check server response
|
||||
|
||||
**CHECK THE RESPONSE OF A DOMAIN OR IP ADDRESS** :-1:
|
||||
```shell
|
||||
ping url_or_ip
|
||||
|
||||
Example : ping umair.surge.sh
|
||||
```
|
||||
|
||||
## view content of a file
|
||||
|
||||
**VIEW THE CONTENT OF ANY FILE** :-1:
|
||||
|
Reference in New Issue
Block a user