Skip to content

Absolutely trivial cmdline tool for repeating stdin, line by line, 'n' times to stdout

License

Notifications You must be signed in to change notification settings

cbalci/multipline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Summary:
	multipline is a trivial cmdline utility which reads stdin
	line by line and writes each line to stdout 'n' times.

Installation:
	go get github.com/cbalci/multipline

Usage:
	$>echo "turok help!" | multipline 3
	turok help!
	turok help!
	turok help!

About

Absolutely trivial cmdline tool for repeating stdin, line by line, 'n' times to stdout

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages