Skip to content

Latest commit

 

History

History
63 lines (31 loc) · 1.12 KB

banner_statistics.md

File metadata and controls

63 lines (31 loc) · 1.12 KB
layout title tags
manual
banner - Statistics of command combinations using pipe
statistic

Before

The commands before banner: Pipe the result of the given command to banner.

Command percentage
w 50%
date 50%

After

The commands after banner: Pipe the result of banner to the given command.

Command Percentage
echo 33%
w 33%
sleep 33%

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.

Pipe w to banner

  • ascii digital clock

Pipe date to banner

  • ascii digital clock

Pipe banner to echo

  • bash screensaver (scrolling ascii art with customizable message)

Pipe banner to w

  • bash screensaver (scrolling ascii art with customizable message)

Pipe banner to sleep

  • bash screensaver (scrolling ascii art with customizable message)