-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

yank


> Read input from stdin and display a selection interface that allows a field to be selected and copied to the clipboard.

More information.


Yank using the default delimiters (\f, \n, \r, \s, \t):

{sudo dmesg} | yank

Yank an entire line:

{sudo dmesg} | yank -l

Yank using a specific delimiter:

{echo hello=world} | yank -d {=}

Only yank fields matching a specific pattern:

{ps ux} | yank -g "{[0-9]+}"


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 02:21:56 2024