-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
icemanx7
committed
Mar 31, 2018
1 parent
1c092da
commit d13f0e9
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |