Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gsquire/append
A command line file joining tool.
https://github.com/gsquire/append
Last synced: 30 days ago
JSON representation
A command line file joining tool.
- Host: GitHub
- URL: https://github.com/gsquire/append
- Owner: gsquire
- License: mit
- Created: 2014-04-04T19:24:55.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-08T18:41:13.000Z (over 10 years ago)
- Last Synced: 2023-04-10T02:34:30.048Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 164 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
app
===A simple command line tool to append a file to another file.
Usage:
app [SRC] [DST]
To Do
- Add support for globbing, STDOUT, and STDIN, and multiple files.