# Introduction The `$PATH` environmental variable is used to specify the directories in which the shell looks for executable files. In this challenge, we will create a script `pathCount.sh` that will display the number of executable files in each directory listed in the `$PATH` environmental variable. We will use loops, arrays, and conditional statements to achieve this.
Click the virtual machine below to start practicing