Answers for "ls | wc -l in other directory"

1

ls | wc -l in other directory

cd "your path" && ls | wc -l
Posted by: Guest on December-02-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language