Skip to content

buffer stdin lines, reverse them, and print to stdout

License

Notifications You must be signed in to change notification settings

Fishrock123/reverse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

reverse

Simple tool to buffer up and reverse the order of stdin lines, then print to stdout.

$ printf '1\n2\n3\n' | ./reverse
3
2
1

written in rust or something

LICENSE: ISC

About

buffer stdin lines, reverse them, and print to stdout

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages