Skip to content

nischalshankar/File-Duplicator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

File-Duplicator

This program duplicates text files including itself. Specify a filename and it will create a duplicate file called "duplicate_(GIVEN_FILENAME)"

Steps

  1. Compile this C++ program with the given makefile
make duplicator
  1. Run program
./duplicator
  1. Type in filename that should be duplicated when prompted
Enter the filename that should be duplicated: (YOUR_FILENAME)

The duplicate file will be created in the current working directory named "duplicate_(GIVEN_FILENAME)"

About

Simple Text File Duplication Program

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published