Skip to content

Latest commit

 

History

History
51 lines (25 loc) · 943 Bytes

env_statistics.md

File metadata and controls

51 lines (25 loc) · 943 Bytes
layout title tags
manual
env - Statistics of command combinations using double pipe
statistic

Before

The commands before env: If the given command failed, execute env.

Command percentage
grep 33%
ping 33%
w 33%

After

The commands after env: If env failed, execute the given command.

Command Percentage

Related Scenarios

Below are the scenarios for all command combinations above.

The description in the table is referenced from and can be used to search the one-line-command or the scripts in the website of CommandLineFu.

If grep failed, execute env

  • Make alert if host is 'dead' or not reachable

If ping failed, execute env

  • Make alert if host is 'dead' or not reachable

If w failed, execute env

  • Make alert if host is 'dead' or not reachable