Random Password Generator Using Shell Commands

# Introduction In this challenge, we will write a script to generate random 8-character passwords that include alpha-numeric and special characters. We will use the `rand`, `tr`, and `cut` commands along with the `/dev/urandom` file to generate random values. The script will prompt the user to enter the number of passwords they want to generate and then output the randomly generated passwords.

|60 : 00

Click the virtual machine below to start practicing