-
Notifications
You must be signed in to change notification settings - Fork 15
Mahmoud Ben Hassine edited this page Dec 5, 2016
·
1 revision
Remove files (silently).
// remove log files from home directory
UnixStream.find("/home", "*.log").forEach(UnixStream::rm);
UnixStream is created with passion by Mahmoud Ben Hassine