An open API service indexing awesome lists of open source software.

https://github.com/gabrielravier/epitech-experience-java-ls

Implementation of ls in Java, for Epitech
https://github.com/gabrielravier/epitech-experience-java-ls

Last synced: about 1 year ago
JSON representation

Implementation of ls in Java, for Epitech

Awesome Lists containing this project

README

          

# ls in Java

This project reimplements the basics of `ls` in Java, in particular implementing usage with any number of arguments along with the -a and -l options.

## Building this project

In the `ls` directory, run:

```
mvn package
```

The project can now be run as:

```
java -cp target/ls-1.0-SNAPSHOT.jar com.GabrielRavier.ListDirectoryContents.App [normal-ls-arguments]
```