Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 329 Bytes

challenge_20200122.md

File metadata and controls

8 lines (6 loc) · 329 Bytes

Category: Linux

Difficulty: Easy

Write a bash script that generates 6 100MB files, exactly 100MB, using 6 distinct methods with different commands. The files must be generated on the server the script runs on. Include a check that verifies the sizes of the files, this can be done using a single method however.