Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 686 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 686 Bytes

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