https://github.com/gsquire/append
A command line file joining tool.
https://github.com/gsquire/append
Last synced: about 1 year 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 (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-08T18:41:13.000Z (about 12 years ago)
- Last Synced: 2025-02-01T18:45:59.170Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 164 KB
- Stars: 0
- Watchers: 2
- 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.