Skip to content

andreyuhai/file-duplicator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

File Duplicator

This program duplicates any source.txt into destination.txt using asynchronous read and write methods in aio library.


Usage:

Compile with:

gcc main.c -pthread -lrt -o main

If you get any warnings you can add -w

./main <source_path> <destination_path> <number_of_threads>

About

A file duplicator using asynchronous read and write operations in the lib aio.

Topics

Resources

Stars

Watchers

Forks

Languages