From 83c2c2507d103f08b866dd4a4bb685479002af08 Mon Sep 17 00:00:00 2001 From: darksun Date: Sun, 7 Jan 2018 18:42:05 +0800 Subject: [PATCH] add done: 20180105 Linux paste Command Explained For Beginners (5 Examples).md --- ... Linux paste Command Explained For Beginners (5 Examples).md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sources/tech/20180105 Linux paste Command Explained For Beginners (5 Examples).md b/sources/tech/20180105 Linux paste Command Explained For Beginners (5 Examples).md index 49b1dc763b..b426279815 100644 --- a/sources/tech/20180105 Linux paste Command Explained For Beginners (5 Examples).md +++ b/sources/tech/20180105 Linux paste Command Explained For Beginners (5 Examples).md @@ -9,7 +9,9 @@ But before we do that, it's worth mentioning that all examples mentioned in this As already mentioned above, the paste command merges lines of files. Here's the tool's syntax: +``` paste [OPTION]... [FILE]... +``` And here's how the mage of paste explains it: ```