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

Conversions

CommandDescription
fillFill and Align.
format bitsConvert value to a string of binary data represented by 0 and 1.
format numberFormat a number.
intoCommands to convert data from one type to another.
into binaryConvert value to a binary primitive.
into boolConvert value to boolean.
into cell-pathConvert value to a cell-path.
into datetimeConvert text or timestamp into a datetime.
into durationConvert value to duration.
into filesizeConvert value to filesize.
into floatConvert data into floating point number.
into globConvert value to glob.
into intConvert value to integer.
into recordConvert value to record.
into sqliteConvert table into a SQLite database.
into stringConvert value to string.
split cell-pathSplit a cell-path into its components.
Prev
Chart
Next
Core