User Tools

Site Tools


ubuntu:bash:cat

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

ubuntu:bash:cat [2019/11/29 00:38] – created peterubuntu:bash:cat [2019/12/07 01:34] (current) – removed peter
Line 1: Line 1:
-====== Ubuntu - Bash - cat ====== 
- 
-cat - concatenate or write files, text or binary 
- 
-<code bash> 
-cat > list.txt 
-</code> 
- 
-aaa 
- 
-bbb 
-ccc 
-Press CTRL+D to stop inputting and save file. 
- 
- 
-<code bash> 
-cat list.txt 
-</code> 
- 
-aaa 
- 
-bbb 
-ccc 
- 
- 
-<code bash> 
-cat f1 f2 
-</code> 
- 
-aaa 
-bbb 
- 
- 
-<code bash> 
-cat f1 f2 > f3 
-</code> 
- 
- 
-<code bash> 
-cat f3 
-</code> 
- 
-aaa 
-bbb 
- 
- 
-<code bash> 
-cat >> f3 
-</code> 
- 
-ddd 
- 
-Append input to file. 
- 
- 
-<code bash> 
-cat f1 - f2 > f3  
-</code> 
- 
-This is what I entered in the middle. 
- 
-<code bash> 
-cat f3 
-</code> 
- 
-aaa 
- 
- 
-This is what I entered in the middle. 
-bbb 
- 
- 
-<code bash> 
-cat video.001 video.002 video.003 > vid.avi 
-</code> 
- 
-Joining split binary file. 
  
ubuntu/bash/cat.1574987924.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki