Count Executable Files in PATH Directories

# 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.

|60 : 00

Click the virtual machine below to start practicing