Question: 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

1 Expert Approved Answer
Step: 1 Unlock

First Script First script Create 50 files with differe... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!