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
    • Deprecated
    • Env
    • 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.
fmtFormat a number.
intoCommands to convert data from one type to another.
into binaryConvert value to a binary primitive.
into bitsConvert 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.
Edit this page on GitHub
Contributors: ibraheemdev, JT, Reilly Wood, Reilly Wood, Justin Ma, azzamsa, Leon, Hofer-Julian, Texas Toland
Prev
Chart
Next
Core