An open API service indexing awesome lists of open source software.

https://github.com/amandasaurus/popline

Command to pop the first line off a file and print to stdout
https://github.com/amandasaurus/popline

Last synced: 4 months ago
JSON representation

Command to pop the first line off a file and print to stdout

Awesome Lists containing this project

README

        

Programme to pop the first line off a file and write the results out.

If you have a list of files to process, you can open them one after the other with this command.

e.g. to watch a list of files in order, use this:

vlc $(popline files-to-watch.txt)

Licenced under GNU GPLv3 (or at your option a later version). This code is © 2013 Rory McCann.
The version numbers follow [Semantic Versioning](http://semver.org/).

[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/rory/popline/trend.png)](https://bitdeli.com/free "Bitdeli Badge")