Skip to content

Latest commit

 

History

59 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

java-shell

Java library for scripting in Java. Give support for unix commands, pipelines, shell extension of parameters.

With this library, you can launch commands like

cat("*.txt").pipe(grep("somthg")).pipe(grep_v("somemore")).redirect("output.txt").sh()

This emulates UNIX/Linux command line features:

  • parameters expansion
  • pipelines of processes
  • && and || operators among processes

About

Java library for unix commands, pipelines, shell extension of parameters

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages