Results 1 to 6 of 6

Thread: need to move a folder

  1. #1
    Join Date
    Sep 2009
    Location
    Pennsylvania
    Beans
    3,989
    Distro
    Xubuntu

    need to move a folder

    I downloaded the help file for Audacity. It is in a folder on my desktop and I need to move it into the audacity folder. Can someone give me the command I need to move or copy it?

  2. #2
    Join Date
    Jul 2013
    Location
    Wisconsin
    Beans
    4,952

    Re: need to move a folder

    One way:
    Code:
    mv /where/it/is/filename /where/you/want/it/filename
    WARNING: mv doesn't have an 'undo'.
    Note that mv can also be used to simply rename a file.

    mv has many options. See man mv for the complete list.
    Last edited by ian-weisser; February 28th, 2015 at 04:25 PM.

  3. #3
    Join Date
    Sep 2009
    Location
    Pennsylvania
    Beans
    3,989
    Distro
    Xubuntu

    Re: need to move a folder

    Itried to copy it with this command:
    ~$ cp /home/dave/Desktop/help/ /usr/share/audacity/

    And I get this: cp: omitting directory ‘/home/dave/Desktop/help/’


    It did not copy it and I cannot figure out why. Any idea what I am doing wrong?

  4. #4
    Join Date
    Sep 2009
    Location
    Pennsylvania
    Beans
    3,989
    Distro
    Xubuntu

    Re: need to move a folder

    The folder I am trying to move or copy is on my desktop and named "help". I want to move or copy it to the audacity folder which is in usr/share/audacity . What command do I need?

  5. #5
    Join Date
    Jul 2013
    Location
    Wisconsin
    Beans
    4,952

    Re: need to move a folder

    You have the command you need.
    You just are not using it properly. Look at the manpage.

    Hint: Try it with the -r flag. You want to move the folder with all contents.

  6. #6
    Join Date
    Jul 2005
    Location
    I think I'm here! Maybe?
    Beans
    Hidden!
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: need to move a folder

    Here's how to do it, assuming all the directions given in the thread are the same as you have done so far.
    http://askubuntu.com/questions/25827...dacitys-manual

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •