About 167,000 results
Open links in new tab
  1. cp - copy files and directories at Linux.org

    SEE ALSO The full documentation for cp is maintained as a Texinfo manual. If the info and cp programs are properly installed at your site, the command info coreutils 'cp invocation' should …

  2. linux - How can I copy the output of a command directly into my ...

    May 25, 2017 · How can I pipe the output of a command into my clipboard and paste it back when using a terminal? For instance: cat file | clipboard

  3. linux - How to copy a file to multiple directories using the gnu cp ...

    113 No, cp can copy multiple sources but will only copy to a single destination. You need to arrange to invoke cp multiple times - once per destination - for what you want to do; using, as …

  4. How do I create a copy of a directory in Unix/Linux?

    I want to recursively create a copy of a directory and all its contents (e.g. files and subdirectories).

  5. bash - Linux how to copy but not overwrite? - Stack Overflow

    Feb 22, 2012 · Linux how to copy but not overwrite? [closed] Asked 13 years, 10 months ago Modified 5 years, 4 months ago Viewed 548k times

  6. linux - How to use 'cp' command to exclude a specific directory ...

    Jan 3, 2011 · I want to copy all files in a directory except some files in a specific sub-directory. I have noticed that cp command didn't have the --exclude option. So, how can I achieve this?

  7. linux - How to have the cp command create any necessary folders …

    How to have the cp command create any necessary folders for copying a file to a destination [duplicate] Asked 16 years, 7 months ago Modified 4 years, 4 months ago Viewed 758k times

  8. Copying files based on modification date in Linux - Stack Overflow

    Feb 4, 2021 · 34 I want to copy the last three months' files from one directory to another directory, but I could find only listing the files by using the following command.

  9. linux - Find and copy files - Stack Overflow

    10 You need to use cp -t /home/shantanu/tosend in order to tell it that the argument is the target directory and not a source. You can then change it to -exec ... + in order to get cp to copy as …

  10. linux - Copy text from nano editor to shell - Stack Overflow

    May 28, 2015 · Is it possible to copy text from a file, opened with nano, to the shell? I have a text file, and I want to copy several lines to the console, but I cannot find a keyboard shortcut to …