Cradicle Explorer
NuShell_scripts
Info
Issues
Patches
Wallets
Source
Source
fundamentals
accessing_list.nu
cell_path.nu
closures.nu
collect_command.nu
colored_text.nu
current_date.nu
custom_commands.nu
data_types.nu
duration_print.nu
file_sizes.nu
functions.nu
hello_world.nu
in_keyword.nu
list.nu
list_filtering.nu
list_iteration.nu
list_operations.nu
pipelines.nu
pipelines_in_filter_closures.nu
range.nu
records.nu
reduce_keyword.nu
regex_matching.nu
spread_operator.nu
starts_and_ends_with.nu
tables.nu
update_list.nu
variables.nu
README.md
/
fundamentals
/ file_sizes.nu
file_sizes.nu
1
let fs = 1.2kB
2
3
print $"Size of file 1 : ($fs)"
4