Ikken9 / brcs

Bash Redirections Cheat Sheet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bash Redirection Cheat Sheet

It's a python script that prints to the console a Bash redirection cheat sheet in a table format for easy reading. It can search by coincidences.
The cheat sheet was made by Peter Krumins.

Usage

python ./brcs.py <parameters...>
Parameters:

-j --jsearch (optional): List all results that have any word that matches coincidences with the search parameter.
-i --isearch (optional): List only the results that matches all the coincidences at the same time.


If no arguments are passed, it will show the entire sheet.


You can move this file to the PATH to execute from everywhere.

Screenshot

screenshot

About

Bash Redirections Cheat Sheet


Languages

Language:Python 100.0%