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 :: how to install from a Linux terminal 
Shell :: git merge origin master branch with branch 
Shell :: run command on terminal startup 
Shell :: uninstall newrelic amazon linux 
Shell :: color picker snap 
Shell :: docker buildx build --platform linux/amd64,linux/arm64 -t username/application:latest --push . 
Shell :: how to stop a website running on port 8000 or any other port 
Shell :: copy a file through ssh 
Shell :: How To Create Notification Using Batch Script 
Shell :: how to take two ip addresses and perform arithemetic bash 
Shell :: mac unzip terminal 
Shell :: laravel nginx 404 not found 
Shell :: --no-check-certificate while running a script 
Shell :: git tab not workingh 
Shell :: git credential.helper does not store username password 
Shell :: delete all empty files and folders in terminal 
Shell :: Postgres - FATAL: database files are incompatible with server 
Shell :: grant user root permissions oracle linux 
Shell :: git clear local branch list 
Shell :: error loading webview vscode ubuntu 
Shell :: commit history 
Shell :: bash file properties 
Shell :: install avagadro on linux 
Shell :: running kubernetes dasboard 
Shell :: match first word regex 
Shell :: powershell add to list 
Shell :: create a new repository on the command line github 
Shell :: creating splash screen for nativescript 
Shell :: gatsby image 
Shell :: git push main 
ADD CONTENT
Topic
Content
Source link
Name
3+1 =