Skip to content
Mahmoud Ben Hassine edited this page Dec 5, 2016 · 1 revision

find

Synopsis

Create a UnixStream with files in a given directory. This component looks for files by name using the glob syntax.

Example

// create an infinite UnixStream from the standard input
UnixStream<Path> logFiles = UnixStream.find("/home/benas", "*.log"); 
Clone this wiki locally