Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/4thel00z/prepend


https://github.com/4thel00z/prepend

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# prepend

## Motivation

There is no single shell builtin to prepend stuff to files.
Instead you have to resort to sed and awk trickery to make it work.

## Installation

```
make install
```

## Usage

```shell
echo "This will be prepended to the file" | prepend filename
```

## License

This project is licensed under the GPL-3 license.