Add ping command (#34)

* Add ping command

* Add link
This commit is contained in:
MOHAMMAD UMAIR
2018-11-06 14:00:32 +05:30
committed by Steve Mao
parent 7d41a1648c
commit 3c3ff29732

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. [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: