Problem: Linux programming
Write a script (.sh) that create 50 users and divides the users into 2 groups namely group1 and group2. 25 users will be in group1 and other 25 users in group2. The folders for the groups will be saved in the home directory.
Write an awk program that allows you enter a user and then it displays its group id and group name.