Skeleton code for individual assignments
Part words
install gcc and tools in ubuntu or *.deb
sudo apt-get update
sudo apt-get install build-essential manpages-dev
install gcc and tools in CentOS-Fedora or *.rpm
yum groupinstall 'Development Tools'
Verify installation
which gcc
gcc --version
git clone https://github.com/mohammed-Emad/student0.git
cd student0/hw0/words/
make
./words words.txt
Output
The total number of words is: 8