Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/4thel00z/prepend
https://github.com/4thel00z/prepend
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/4thel00z/prepend
- Owner: 4thel00z
- License: gpl-3.0
- Created: 2021-07-19T10:16:34.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-19T10:16:40.000Z (over 3 years ago)
- Last Synced: 2024-11-24T16:52:05.854Z (about 1 month ago)
- Language: Go
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
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.