Count System Users Within ID Range

# Introduction In this challenge, we will be working with the `/etc/passwd` file to count the number of users with user IDs between 500 and 10000 on the system. We will be using the `cut`, `tr`, and `df` commands along with loops and arrays to fetch the user IDs and display the usernames within the specified range. The user can also change the range using command-line arguments.

|60 : 00

Click the virtual machine below to start practicing