Code Monkey home page Code Monkey logo

sonytest's Introduction

sonytest

This project contains code to implement a command line utility in Java that generates a CSV (comma-separated values) report of the sizes and md5 hashes of all files contained in a given directory tree of arbitrary depth. Each line of output has three values: path (relative to the provided input directory), size (in bytes), and md5 hash. The output is suitable for opening in either a text editor or a spreadsheet tool such as Microsoft Excel or Google Sheets.

How to Run

  • Run main method in Java class and provide valid directory input in Console. For example, on my MacBook, I give "/Users/{name}/Downloads/sonyfiles" as input in my IntelliJ command line console , where sonyfiles is my input directory and it contains sub-directories and .txt files

Output

  • sonytest.csv file is generated which contains relative Input Directory Path, File size and md5 hash of all the files present inside the input directory tree.

sonytest's People

Contributors

nikhilabhiman avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.