Skip to main content

Linux command: paste

Source: https://www.sodapdf.com/blog/wp-content/uploads/2017/08/Cut-copy-and-paste-images.jpg

paste - merge lines of files

paste [OPTION]... [FILE]...

paste Cheat Sheet

paste -sd';'
paste -sd'\t'
cat data.txt | paste -d';' - - -
cat data.txt | paste -d'\t' - - -

Popular posts from this blog

Wireguard VPN: Notes

Notes while trying Wireguard VPN on some of my testbeds.

Install Microsoft .NET Core SDK

.NET Core Software Development Kit (SDK) is a set of libraries and tools that allow developers to create .NET Core applications and libraries.