Skip to content

TanmayPatil105/cat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

README

This is a program to mimic the working of the Unix command cat that prints the contents of a textfile (implementation in C)

Refer : cat command

Note

  • It only takes 1 argument
  • No character limit for text file

Executing the program

To make the makefile

make

To execute the program

./cat <file_name>

For Example

./cat file.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published