Skip to content

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

License

Notifications You must be signed in to change notification settings

luca-vercelli/java-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages