termtrick.com
Run
API
Facebook
Twitter
LinkedIn
Copy link
Copy text files to another location, in interactive mode (prompts user before overwriting)
cp
Copy files and directories.
More information: <https://www.gnu.org/software/coreutils/cp>.
Trick copyright:
tl;dr; <
https://github.com/tldr-pages/tldr
>
cp -i {{*.txt}} {{path/to/target_directory}}
click the source code to copy
install
cp
on any operating system with
command-not-found.com