Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Anchor10919061091906 fs_wc Anchor10919071091907Determine the number of newlines, words and bytes in a file.anchor10929091092909

Usages

...

fs_wc [file] Anchor10931171093117

Arguments

...

1091912fileanchor10995731099573

Path of file to examine.

...

Output

...

10919141091914Number of newlines, words and bytes; equivalent to: Anchor10919151091915

printf(“%d "%d %d %d %s”%s", newline_cnt, word_cnt, byte_cnt, file); Anchor10936091093609

Required Configuration

...

1091917Available only if FS_SHELL_CFG_WC_EN is DEF_ENABLED. Anchor10938171093817

Notes/Warnings

Anchor10919191091919None. Anchor10974051097405 Image Removed

...

Panel
titlefs_wc output

Image Added