bash count number of elements in folder code example Example: terminal count files in directory ls | wc -l or ls <path> | wc -l