💾 Archived View for freeshell.de › tldr › cut.gmi captured on 2024-05-10 at 11:53:51. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-04-28)

-=-=-=-=-=-=-

cut

Cut out fields from stdin or files.

More information.

cut -c {1-16}
cut -c {1-16} {file}
cut -c {3-}
cut -d'{:}' -f{5}
cut -d'{;}' -f{2,10}
cut -d'{ }' -f{3-}
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