Scripting with Bash.

For this we would be writing a small ping sweeper script. Sending out a ping and getting information back that the ping was valid. To know which machine responds to the ping, we need to: Identify what a valid ping looks like.Use grep to extract specific line of information from the valid ping result.Use cut … Continue reading Scripting with Bash.