Skip to content
/ pipes Public

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

License

Notifications You must be signed in to change notification settings

inkarkat/pipes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

162 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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages