Science And Technology Codexery

Cut, copy, and paste

Essential commands for transferring data via clipboard.

Cut, copy, and paste

Cut, copy, and paste are fundamental operations in modern computer interfaces, enabling data to be moved or duplicated between applications. The cut command removes selected data from its original location, while copy leaves the original intact and creates a duplicate; both place the data into a temporary storage area known as the clipboard. A paste command then inserts the clipboard’s contents at a chosen destination, and the data remains accessible to any program that supports the feature, simplifying data transfer across different software.

The names for these commands come from a physical editing technique used in manuscript layout, where paragraphs were literally cut from paper with scissors and pasted onto another page. This method remained common into the 1980s, aided by photocopiers and specialized editing scissors long enough to cut a standard 8½-inch-wide page.

The concept of copying or moving text within a computer document dates back to the earliest online editors. As data entry moved from punch cards to online files in the mid-to-late 1960s, commands for such operations appeared, often used to transfer frequently used text or commands from additional buffers into a document—as seen in the QED text editor. Early editors for teleprinter terminals used keyboard commands to select a contiguous region of text, then delete or move it. Moving text required first removing it from its initial location and then inserting it elsewhere, a multi-step process that various schemes addressed. Some editors used a “move” command, while others required text to be placed in temporary storage for later retrieval. In 1983, the Apple Lisa became the first text editing system to call that temporary storage “the clipboard.”

Earlier control schemes, such as NLS, used a verb–object command structure, where the command name came first and the object second. The shift to an object–verb structure—where the user selects the object before initiating the operation—was a key innovation for the desktop metaphor, enabling direct manipulation for copy and move operations.

Inspired by early line and character editors like Pentti Kanerva’s TV-Edit, which split a move or copy into two steps with a preparatory action in between, Lawrence G. “Larry” Tesler proposed the names “cut” and “copy” for the first step and “paste” for the second. Beginning in 1974, Tesler and colleagues at X

field
Human–computer interaction, user interface design
known_for
Pioneering the cut, copy, and paste commands for data transfer via clipboard
origin
Xerox PARC, 1974
popularized_by
Apple Computer (Lisa 1983, Macintosh 1984)
key_shortcuts
Ctrl+X (cut), Ctrl+C (copy), Ctrl+V (paste)

Lore & Background

The term 'cut and paste' originates from manuscript editing, where paragraphs were cut with scissors and pasted onto another page, a practice standard into the 1980s. The advent of photocopiers made this easier. In computing, early online editors in the mid/late 1960s already had commands for copying or transferring text between buffers, as seen in the QED text editor. The Apple Lisa in 1983 was the first text editing system to call the temporary storage 'the clipboard'.

Reader's Guide

The commands were pioneered at Xerox PARC in 1974, where Lawrence G. 'Larry' Tesler proposed the names 'cut' and 'copy' for the first step and 'paste' for the second, inspired by earlier editors like TV-Edit. Apple popularized the paradigm with the Lisa (1983) and Macintosh (1984), mapping functions to key combinations using the Command key (X for cut, C for copy, V for paste). These shortcuts became standard, later adopted by Microsoft Windows using the Control key. The original PARC workflow allowed copying by holding shift and selecting the source, requiring fewer steps than modern multi-step workflows. The capability to replicate information easily raises privacy concerns due to risks of disclosure when handling sensitive information, and terms like cloning or copy forward may be subject to regulation.

Did You Know?

Frequently Asked Questions

What are Cut, copy, and paste?

They are three fundamental data-transfer commands found in virtually every modern computer interface. Together they let users move or duplicate selected content between programs through a shared temporary storage area called the clipboard.

Where did Cut, copy, and paste originate?

The concept was pioneered at Xerox PARC in 1974 as part of early human-computer interaction research. Apple later popularized the commands with the Lisa in 1983 and the Macintosh in 1984, bringing them to mainstream users.

How do Cut, copy, and paste actually work?

Cut removes selected data from its source and stores it on the clipboard, while copy duplicates the data and leaves the original in place. Paste then inserts whatever is currently on the clipboard into the destination, and any clipboard-aware program can access that data.

What are the standard keyboard shortcuts for Cut, copy, and paste?

On most systems, Ctrl+X performs a cut, Ctrl+C performs a copy, and Ctrl+V performs a paste. These shortcuts work across a wide range of applications that support the clipboard.

Why are Cut, copy, and paste important in computing?

They simplified cross-application data transfer by providing a universal mechanism that works regardless of which specific software is involved. Without them, moving information between programs would require manual re-entry or program-specific export and import steps.

More in Science And Technology 1-20

Spotted an error? Know more?

This is a living reference — every entry is fact-audited, and reader corrections feed straight into our audit queue. Suggest an edit · See this site's audit record

Comments

Loading…
Open in the interactive codex →