Skip to content

Commit

Permalink
Merge pull request #43 from jgardona/doc/update-for-030
Browse files Browse the repository at this point in the history
doc/update for 030
  • Loading branch information
jgardona committed Nov 29, 2023
2 parents 268aa39 + 848e076 commit 27cfeae
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Expand Up @@ -40,12 +40,13 @@ Options:
-l, --length <N> Read `N` bytes from the input. None for full read. The `N`
argument can be a unit with a decimal prefix(kb, mb).
Examples: --length 3kb, -l3kb, --length 1mb...
N unis are kb(1000), K(1024), mb(1000 * 1000) and M(1024 * 1024).
N unis are kb(1000), K(1024), mb(1000 * 1000) M(1024 * 1024),
and a prefix 0x for hexadecimal, `0x0a`.
-n, --no-squeezing Displays all input data. Otherwise any number of output
lines which would be identical to the last one are replaced
with a line comprised of a single asterisk.
-h, --help Print help
-V, --version Print version
-V, --version Print versio
```
## Stream Workflow

Expand All @@ -69,3 +70,12 @@ Options:
* **Read using units kb(1000), K(1024), mb(1000 * 1000) or M(1024 * 1024)**

![](images/read1kb.png)

* **Read from offset 0x50 plus 32 bytes**

![](images/off0x50-32bytes.png)

* **Read UTF16 file**

![](images/readutf16.png)

Binary file modified images/demo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/off0x50-32bytes.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/read1kb.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/read32fromstart.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/read5.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/readutf16.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/skip16andread40.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 27cfeae

Please sign in to comment.