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 7045737
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T02:34:01+00:00 2026-05-28T02:34:01+00:00

in linux to copy and paste a file we have cp command cp [OPTION]…

  • 0

in linux to copy and paste a file we have cp command

cp [OPTION]... SOURCE... DIRECTORY

But what if I don’t want to paste the file to any directory right now and I just want to copy it for future use? For example in GUI

right click to file>click on copy 
#Do something else change directory/use internet/have coffee
Right click at some other directory/place>click on 'Paste' >file will be pasted at DIRECTORY

same procedure is applied to cut/move the file. Is there any command for such copy/cut in linux??

  • 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-28T02:34:01+00:00Added an answer on May 28, 2026 at 2:34 am

    Assign the name of the file to a variable.

    $ file_to_copy=`pwd`/important_notes.txt
    

    cd elsewhere, use internet, have coffee. Ok, we want that file in our current directory.

    $ cp $file_to_copy .
    

    Use mv to move instead of copy.

    (Please don’t call this copy-pasting. It’s just copying. Note that the initial $ represents the prompt, don’t type that.)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have in the past successfully managed to copy/edit/paste rewrite rules on an apache
Example, I have 2 server, each server using a copy of linux cpanel. I
In emacs, when I want to cut/copy and paste (kill and yank) to or
I have not yet found an easy solution to copy your file to a
What's the simplest way on Linux to copy a directory hierarchy so that a
I want to write a script for linux, that will first copy a movie/series
I need to work on android gingerbread sourcecode. I have linux (ubuntu) but no
I tried to copy a file from one linux server to another Linux server
In setting up my personal Linux command line development environment, I want to use
The GNU/Linux version of cp has a nice --update flag: -u, --update copy only

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.