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

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

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)
```