HW-2 CS230 solved

$35.00

Category: You will receive a download link of the .ZIP file upon Payment

Description

5/5 - (1 vote)

Write a program to alphabetically merge the three word list files
(american0.txt, american1.txt, and american2.txt). The output must
be a file called words.txt and the output must be alphabetically
sorted.

Note that you CAN cheat by using Linux commands to do this. However,
a single C program must implement your process regardless.

“man 3 system” and “man cat” – As Foghorn Leghorn might say “That’s a hint son.”

You might also want to review

http://rmarsh.cs.und.edu/CLASS/CS230/HANDOUTS/unix-commands.txt

REQUIREMENTS:
————-
1. Your program must run in Streibel 115/109 or on shell.aero.und.edu.

2. Your full name must appear as a comment at the beginning of your
program.

3. Your source code must be named hw2-yourname.c

3. Email your source (subject hw2-yourname) to rmarsh@cs.und.edu