Skip to content

jdubie/cat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

cat

A buggy, insecure, non-portable but simple implementation of GNU's /bin/cat. See man 1 cat.

get started

$ make
$ ./cat Makefile

try this

$ ./cat > foo.c
void
foo (void) {
  printf("writing from commandline - but not echo");
}
^C
$

About

basic implementation of GNU cat

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages