(SH-2002) Useless `cat`
johnsonjh opened this issue · 1 comments
johnsonjh commented
Description
Consider using cmd < file | ..
or cmd file | ..
instead. cat
is a tool for con"cat"enating files. Reading a single file as input to a program is considered a Useless Use Of Cat (UUOC). It's more efficient and less roundabout to simply use redirection. This is especially …
Occurrences
There are 12 occurrences of this issue in the repository.
See all occurrences on DeepSource → deepsource.io/gh/reduce-algebra/mtt/issue/SH-2002/occurrences/
repo-ranger commented