Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to compare differences between two files in linux

diff file1 file2
Comment

compare files linux

diff file1 file2 # compares 2 files and shows differences between them
# -y  -> compares files line by line
# -u  -> files difference versions format
# -r  -> compare recursively
# -rq -> defines if files differ
Comment

PREVIOUS NEXT
Code Example
Shell :: make new branch in git 
Shell :: linux ubuntu update time 
Shell :: ERROR: no matching manifest for linux/arm64/v8 in the manifest list entries 
Shell :: rebase my fork branch 
Shell :: shell script syntax error unexpected end of file 
Shell :: how to copy a Directory and its content in ubuntu 
Shell :: nvm command 
Shell :: update helm repo 
Shell :: powershell regex 
Shell :: Why github ask me username/password instead of SSH authentication? 
Shell :: pull branch from github 
Shell :: npm help 
Shell :: docker desktop for fedora 
Shell :: copy a file from home directory to other directory in linux 
Shell :: Bootable flash from ubuntu terminal 
Shell :: install virtualbox linux 
Shell :: git push origin cannot be resolved to branch 
Shell :: close vim 
Shell :: docker start container detached 
Shell :: mongo shell change db 
Shell :: connect ftp terminal ubuntu 
Shell :: ubuntu terminal search command 
Shell :: angular install ngx-bootstrap 
Shell :: download folder github 
Shell :: vba run shell command with arguments 
Shell :: WSL2 git init 
Shell :: dd command to add image to usb 
Shell :: Checking for a new Ubuntu release Failed to connect to https://changelogs.ubuntu.com/meta-release. Check your Internet connection or proxy settings No new release found. 
Shell :: instalacion mkweb 
Shell :: eval "$(pyenv init -)" not working 
ADD CONTENT
Topic
Content
Source link
Name
5+2 =