Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write two shell scripts: First script: Create directory In directory create 50 files with different names using for cycle. File name format: abX.txt, where X

Write two shell scripts:

  1. First script:
    1. Create directory
    2. In directory create 50 files with different names using for cycle. File name format: abX.txt, where X is a number from 40 to 90.
    3. In environment variable store file names that contain even numbers only.
    4. Run a second script
  2. Second script:
    1. Display the contents of the directory
    2. Only delete files, which names are stored in the environment variable
    3. Display the contents of the directory

Step by Step Solution

There are 3 Steps involved in it

Step: 1

First Script First script Create 50 files with differe... 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

Programming Language Pragmatics

Authors: Michael L. Scott

4th Edition

0124104096, 978-0124104099

More Books

Students also viewed these Programming questions