nu_scripts/sourced/nu_101
Stefan Holderbach 6947014306
Replace use of $nothing with null (#621)
`$nothing` will be deprecated in nu 0.86

This accompanies
- https://github.com/nushell/nushell/pull/10478
2023-09-26 18:52:49 +02:00
..
broken.nu refactor: (#418) 2023-04-25 17:56:25 -05:00
demo.nu refactor: (#418) 2023-04-25 17:56:25 -05:00
flag.nu Replace use of $nothing with null (#621) 2023-09-26 18:52:49 +02:00
README.md refactor: (#418) 2023-04-25 17:56:25 -05:00

Nu_101 Scripts

Definition

These scripts should be used to demonstrate to the beginner how nushell scripting works. Perhaps how it's different from Windows batch files and bash shell scripts. Also, to show off how nushell pipes commands in and out of one another.