Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

This is the hint I was given but I keep getting a fail for LinuxZoo lab question 4. I have looked on all posts for

This is the hint I was given but I keep getting a fail for LinuxZoo lab question 4. I have looked on all posts for help and no answer has been correct. Please help! The first part of your command is not working because you need to include 3 question marks because you are looking for 3 files (not 2 as in the example). Once that works, I would navigate to the work/misc directory and copy each file individually. For example, cp let1.doc rpt1.doc

image text in transcribed

Question 4: Copy and rename Copy using the ? wildcard the three files let1.doc, let2.doc, and let3.doc from the letters directory to the work/misc directory. Once copied, rename the new files (the ones irn the misc directory) into rpt1.doc, rpt2.doc, and rpt3.doc. When renaming, you have to do this explicitly and not try to use a wildcard. It would appear at first that a wildcard could make the renaming easier, but it turns out to be ridiculously hard to use a wildcard in this case. Tests: Complete letters/let1.doc-> work/misc/rpt1.doc letters/let2.doc work/miscrpt2.doc FAILED letters/let3.doc -> work/misc/rpt3.doc Check FAILED

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 Programming With Visual Basic .NET

Authors: Carsten Thomsen

2nd Edition

1590590325, 978-1590590324

More Books

Students also viewed these Databases questions