- Jul
- 204
- 2
Several command, such as copy or del, report
- each file as it is processed
- a possible error (to stderr)
- the number of files processed.
If the number of files is large, it can be difficult to spot errors in the flow of text.
Suggestion: in addition to the number of files processed, report also the number of files that failed (could also go to stderr).
- each file as it is processed
- a possible error (to stderr)
- the number of files processed.
If the number of files is large, it can be difficult to spot errors in the flow of text.
Suggestion: in addition to the number of files processed, report also the number of files that failed (could also go to stderr).