Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a Bash script (named as lab2.sh), that prints (echo) all files with given extension in the current folder. The script reads the given parameters

image text in transcribed

Write a Bash script (named as lab2.sh), that prints (echo) all files with given extension in the current folder. The script reads the given parameters into argy list using argv=($* ). Then loop through all given extension and print each given extension then nested loop through all files in the current folder and print the ones have that specific extension as the following examples /lab2.sh sh sh arth.sh e2.sh fortest.sh lab2.sh sol2lab.sh test.sh ts.sh /lab2.sh shc sh arth.sh e2.sh fortest.sh lab2.sh sol2lab.sh test.sh ts.sh myls.c setuid.c 2- archive all files in current folder using the command: tar-cyf archive.tar* submit lab2.sh

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Concepts

Authors: David Kroenke, David J. Auer

3rd Edition

0131986252, 978-0131986251

Students also viewed these Databases questions

Question

1. Who is responsible for resolving this dilemma?

Answered: 1 week ago