fmbenhassine / unix-stream

Turn Java 8 Streams into Unix like pipelines

Home Page:https://github.com/benas/unix-stream/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add rm command

fmbenhassine opened this issue · comments

Example of usage:

UnixStream.find("/home", "*.log").forEach(UnixStream::rm);