https://github.com/ad4ndi/lsd
Low-level data copying utility
https://github.com/ad4ndi/lsd
c cli data
Last synced: 4 months ago
JSON representation
Low-level data copying utility
- Host: GitHub
- URL: https://github.com/ad4ndi/lsd
- Owner: Ad4ndi
- License: bsd-3-clause
- Created: 2025-01-31T13:58:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-19T13:19:47.000Z (over 1 year ago)
- Last Synced: 2025-03-19T14:26:56.828Z (over 1 year ago)
- Topics: c, cli, data
- Language: C
- Homepage:
- Size: 14.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lsd v1.3 - low-level data copying utility
### Installation
```
$ git clone https://github.com/Ad4ndi/lsd
$ cd lsd
$ dmd lsd.d
```
### Usage: lsd [options]
```
--in FILE input file
--out FILE output file
--size SIZE block size
--count COUNT number of blocks to copy
--skip SKIP skip blocks at start
--seek SEEK skip blocks at start of output
--cbs SIZE conversion block size
--conv CONV conversion types (lcase, ucase, swab, sync, block, unblock)
```