/unix_file

These are the programs which has been given to me in assignment

unix_file

These are the programs which has been given to me in assignment

I have attached syllabus.pdf which has list of all the questions which has to be done.

If you want to contribute then install git and fork me

git clone https://github.com/arpitjindal97/unix_file.git


one directory will be created named unix_file with all the programs

after you have made changes, use below commands to push them to this repo

git add .
git commit -m "your message"
git push