# Labwork 3: Implementations in Java For the ease of typing, the test files are named `Test.java` instead of `TestDrive.java`. To rename them to the original requirement, use Perl `rename` and GNU `sed` ```sh rename s/Test/TestDrive/ *Test.java sed -i s/Test/TestDrive/ *TestDrive.java ```