copy paste shell code example
Example 1: copy paste in linux shell
Crtl + Shift + C # COPY selected, or select text with mouse (word: double click)
Crtl + Shift + V # PASTE selected, or Right click
Example 2: shell copy
cp text.txt Documentos/
#copy arquivo text.txt to directory Document/