Skip to content

Commit

Permalink
added a readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
icemanx7 committed Mar 31, 2018
1 parent 1c092da commit d13f0e9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# What is this?

This is script I wrote that recursively looks for files of a certain extenstion
in a directory and moves them to the base level of the directory supplied.

# Why?

It is usefull if you have a large dataset of files inside levels of directories
this can take them out and put them on level for further manipulation.

# How to use

* Hava the scala compiler installed
* scala ReadFiles.scala <path> <file extention>

0 comments on commit d13f0e9

Please sign in to comment.