The action of transmitting data to a clipboard from some sort of input source.Within Tk, a cut is typically done via a binding to control-x (or command-x on OSX) typically mediated by the <<Cut>> virtual event.Cut usually removes the content from its source, unlike copy.
See also paste and copy.