Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

UNIX 3. Create a script called ifRead.sh Script Requirements: • read two positio

ID: 3901157 • Letter: U

Question

UNIX 3. Create a script called ifRead.sh Script Requirements: • read two positional parameters from command line • Use if/fi statement and a test command to compare the two positional parameters. • If the two positional parameters match, then echo “match” • If the two positional parameters do not match, echo “end of program” Run script and include two matching arguments, then try with not matching arguments. **Deliverables: Show content of your script and commands and output (for two matching arguments)

Explanation / Answer

Please let me know in case of any clarifications required. Thanks!