Challenge 08 - Scripting

< Previous Challenge - Home - Next Challenge >

Description

In this challenge you will learn some basic stuff on shell scripting and the usage of some commands such as echo, cut, read and grep.

Success Criteria

  1. Ensure the ouptut from the script is displaying correctly the current distribution in use
  2. Validate if you was able to see all usernames with a shell ending in sh
  3. Check if the script is working as expected

Learning Resources