issues Search Results · repo:fmbenhassine/unix-stream language:Java
Filter by
0 results
(193 ms)0 results
infmbenhassine/unix-stream (press backspace or delete to remove)Hi there 👋, I m Safer Bot! Safer is an open-source tool that automatically updates vulnerable dependencies to more
secure and compatible versions. Our goal is to help maintainers keep their projects secure ...
safer-bot
- Opened 27 days ago
- #14
The link to sonar source https://sonarcloud.io/overview?id=io.github.benas:unix-stream is not working anymore.
fmbenhassine
- Opened on Nov 16, 2018
- #11
cat, ls and pwd use Strings for files. It s better to use Path for file manipulation
enhancement
fmbenhassine
- 1
- Opened on Dec 4, 2016
- #9
as of v0.4, pwd does not return the absolute path of the working directory. The user has to call path.toAbsolutePath to
get it. This should be done by unix stream instead
bug
fmbenhassine
- 1
- Opened on Dec 4, 2016
- #8
There are only two hard things in Computer Science: cache invalidation and naming things. Phil Karlton
fmbenhassine
- Opened on Nov 8, 2015
- #4
This is a very well known and used library, I would strongly suggest considering a project rename and/or a rename of the
main static class to avoid confusion.
(btw. great looking library, looks very promising) ...
enhancement
neilellis
- 2
- Opened on Oct 13, 2015
- #3
Add find command to look for files by name and type recursively in a given directory:
UnixStream.find( /home , *.log , Find.Option.F);
This should be equivalent to:
find /home -name *.log -type f
New command
fmbenhassine
- Opened on Oct 12, 2015
- #2

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.