Ask Question

While working in your user's home directory, organize the new files as follows. Copy all the files that end in keep to the keepsakes directory. Move all the report files to the reports directory. Move all the memo files to the memos directory. Use filename expansion to remove all versions of reminders 1 and 2. Use filename expansion to copy the fourth version of the old files to the backups directory.

+2
Answers (1)
  1. 25 October, 07:55
    0
    Check the explanation

    Explanation:

    The step by step answer to the question above can be seen below:

    1)

    mkdir - p Unit5/reports Unit5/memos Unit5/backups Unit5/keepsakes

    2)

    a) cp * keep Unit5/keepsakes

    b) mv report * Unit5/reports

    c) mv memo * Unit5/memos

    d) rm reminder_[12]*

    e) cp Unit3 / * / *4. old Unit5/backups
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “While working in your user's home directory, organize the new files as follows. Copy all the files that end in keep to the keepsakes ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers