My solution is in tee.c
.
- Use
make tee
to compile and link the code. - Use
./tee -a /tmp/tee.lst
to execute this solution.
Only the append option (-a
) has been implemented.
No long options are catered for.
My solution is in cp.c
.
- Use
make cp
to compile and link this code. - Use
make seek_io
to compile and link the code to make a sparse file. - Use
./test_cp.sh
to test this solution.