Advertisement
D0cEvil

Bash - Diff between two files

Dec 27th, 2022
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.09 KB | Software | 0 0
  1. #Записывает разницу в result.txt
  2.  
  3. diff file1.txt file2.txt >> result.txt
Tags: BASH Labs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement