readbit

command
v2.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 21, 2021 License: Apache-2.0 Imports: 9 Imported by: 0

README

readbit

A command line tool to read bit from STDIN/File.

Quick Start

$ printf "\xff\xff" |./readbit -s 4

Options

Usage of readbit:
  -B uint
    	offset (in byte)
  -V	show version
  -b uint
    	offset (in bit)
  -s uint
    	read size(in bit)
  -v	verbose mode

Example(STDIN)

$ printf "\xff\xff" |./readbit -s 4
0x0f

Read 3bit and offset is 8bit.

$ printf "\xff\xff" |./readbit -s 3 -b 8
0x07

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL