add done: 20180105 Linux paste Command Explained For Beginners (5 Examples).md

This commit is contained in:
darksun
2018-01-07 18:42:05 +08:00
parent f78e406b7c
commit 83c2c2507d

View File

@@ -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:
```