Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

182 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pipes

Commands that simplify processing file contents through a pipeline of shell commands.

Build Status

Pipelines are a mainstay of Unix shell processing. However, the setup can be cumbersome, like when the output should go back into the original file(s), or if a different number of intermediate files then gets recombined into a final set of files (like in a map-reduce scenario). These commands simplify the setup of such pipelines for some common use cases.

Dependencies

Installation

  • The ./bin subdirectory is supposed to be added to PATH.
  • The shell/completions.sh script (meant to be sourced in .bashrc) defines Bash completions for the provided commands.
  • The profile/exports.sh sets up configuration; it only needs to be sourced once, e.g. from your .profile.

About

Commands that simplify processing file contents through a pipeline of shell commands.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages