User Tools

Site Tools


ubuntu:bash:tac

Differences

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

Link to this comparison view

ubuntu:bash:tac [2019/11/29 11:52] – created peterubuntu:bash:tac [2019/12/07 01:48] (current) – removed peter
Line 1: Line 1:
-====== Ubuntu - Bash - tac ====== 
- 
-tac - concatenate or print in reverse (last line first) 
- 
-<code bash> 
-tac > f1 
-</code> 
- 
-1 
-2 
-Press CTRL+D to stop 
- 
- 
-<code bash> 
-tac f1 
-</code> 
- 
-1 
-2 
- 
-<code bash> 
-tac vid.avi > vid2.avi ; mv vid2.avi vid.avi 
-</code> 
- 
-It wont play. 
- 
-<code bash> 
-tac vid.avi > vid2.avi ; mv vid2.avi vid.avi 
-</code> 
- 
-Back to playable.  
- 
-NOTE: This is like a mini encryption for binary files. 
  
ubuntu/bash/tac.1575028376.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki