...
Anchor |
---|
1091906 | 1091906 | fs_wc Anchor |
---|
1091907 | 1091907 | Determine the number of newlines, words and bytes in a file.
anchor1092909 | 1092909 | Usages
...
fs_wc [file]
Anchor |
---|
1093117 | 1093117 | Arguments
...
1091912 | file
anchor1099573 | 1099573 | Path of file to examine.
...
Output
...
1091914 | 1091914 | Number of newlines, words and bytes; equivalent to:
Anchor |
---|
1091915 | 1091915printf(
“%d "%d %d %d
%s”%s", newline_cnt, word_cnt, byte_cnt, file);
Anchor |
1093609
1093609 | Required Configuration
...
1091917 | Available only if
FS_SHELL_CFG_WC_EN
is
DEF_ENABLED
.
Anchor |
---|
1093817 | 1093817 | Notes/Warnings
Anchor |
---|
1091919 | 1091919 | None.
Anchor |
---|
1097405 | 1097405 | Image Removed ...
Panel |
---|
|
Image Added |