Introduction
In this challenge, you will create a bash script named userctr.sh to automate the batch addition and deletion of users on a server. You will write a script that accepts command-line arguments to specify the operation (add or del), a teacher's username, a prefix for student usernames, and the number of students to manage. This task will enhance your skills in shell scripting, user management, and automation, which are crucial for system administration.



