Nushell
Get Nu!
Getting Started
  • The Nushell Book
  • Command Reference
  • Cookbook
  • Language Reference Guide
  • Contributing Guide
Blog
  • English
  • 中文
  • Deutsch
  • Français
  • Español
  • 日本語
  • Português do Brasil
  • Русский язык
  • 한국어
GitHub
Get Nu!
Getting Started
  • The Nushell Book
  • Command Reference
  • Cookbook
  • Language Reference Guide
  • Contributing Guide
Blog
  • English
  • 中文
  • Deutsch
  • Français
  • Español
  • 日本語
  • Português do Brasil
  • Русский язык
  • 한국어
GitHub
  • Categories

    • Bits
    • Bytes
    • Chart
    • Conversions
    • Core
    • Database
    • Dataframe
    • Dataframe Or Lazyframe
    • Date
    • Debug
    • Default
    • Env
    • Experimental
    • Expression
    • Filesystem
    • Filters
    • Formats
    • Generators
    • Hash
    • History
    • Lazyframe
    • Math
    • Misc
    • Network
    • Path
    • Platform
    • Plugin
    • Prompt
    • Random
    • Removed
    • Shells
    • Strings
    • System
    • Viewers

Bytes

CommandDescription
bytesVarious commands for working with byte data.
bytes addAdd specified bytes to the binary input.
bytes atGet bytes from the input defined by a range.
bytes buildCreate a binary value from the provided arguments.
bytes collectConcatenate multiple binary into a single binary, with an optional separator between each.
bytes ends-withCheck if binary data ends with a pattern.
bytes index-ofReturns start index of first occurrence of pattern in bytes, or -1 if no match.
bytes lengthOutput the length of any bytes in the pipeline.
bytes removeRemove specified bytes from the input.
bytes replaceFind and replace bytes in binary data.
bytes reverseReverse the bytes in the pipeline.
bytes splitSplit input into multiple items using a separator.
bytes starts-withCheck if binary data starts with a pattern.
Prev
Bits
Next
Chart