Skip to content

A tiny go program to limit lines of a input file and generate result in a new file. (You can specify custom range for needed lines)

License

Notifications You must be signed in to change notification settings

BaseMax/FileLinesLimiter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File Lines Limiter

A tiny go program to limit lines of a input file and generate result in a new file. (You can specify custom range for needed lines)

Using

$ go run limiter.go
input.txt
5
7

Finally, limiter.out.txt file will create.

How build for Windows in Linux?

GOARCH=amd64 GOOS=windows go build

© Copyright 2021, Max Base

About

A tiny go program to limit lines of a input file and generate result in a new file. (You can specify custom range for needed lines)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages