Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6678953
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T04:18:10+00:00 2026-05-26T04:18:10+00:00

I use a shell script that takes a single directory, called NewData , with

  • 0

I use a shell script that takes a single directory, called NewData, with whatever is inside of it, and creates this:

enter image description here

There is one step I want to add, and I am not sure how to do it. I want to move the contents of NewData and NewDataCopy into their respective parent directories (ProtectedOrig and Data) and delete NewData and NewDataCopy. What command(s) would I add to my script to do this without specifically naming the files to be moved (they will be different every time I run the script)?

If it would help, you can have a look at the script here. I’m grateful for whatever assistance I can get!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T04:18:11+00:00Added an answer on May 26, 2026 at 4:18 am

    You can move everything without naming the files specifically by using a “glob” (aka a “wildcard”). That’s a *.

    So let’s say you are in DataDirectory. You can move everything from Data/NewDataCopy up to Data by doing this: mv Data/NewDataCopy/* Data/. Then delete with a rmdir Data/NewDataCopy.

    Starting from DataDirectory then to do everything you’d do this:

    mv Data/NewDataCopy/* Data/
    rmdir Data/NewDataCopy
    mv ProtectedOrig/NewData/* ProtectedOrig/
    rmdir ProtectedOrig/NewData
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am making a shell script that takes a single number (length is unimportant)
Hello fellow computer people :) I have a shell script that I will use
I have a shell script that starts tomcat using 'catalina.sh start'. This script runs
I have a shell script that creates Firefox profiles and then uses them to
Many Java applications that use shell scripts to configure their environment use the JAVA_HOME
I'm trying to use a shell script to start a command. I don't care
In a UNIX shell script, what can I use to convert decimal numbers into
When I try to use an ssh command in a shell script, the command
When looping recursively through folders with files containing spaces the shell script I use
I like to use Emacs' shell mode, but it has a few deficiencies. One

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.