Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

command to compare the content of files

diff <file1 name> <file2 name>

# To output the result side-by-side, use -y option
diff -y <file1 name> <file2 name>

# for more details, use the -u option
diff -u <file1 name> <file2 name>
Comment

PREVIOUS NEXT
Code Example
Shell :: refname master is ambiguous 
Shell :: download ubuntu 20 from gdrive 
Shell :: Returning Different Color Output (macOS [12.3.1] bash [5.1.16] gnu awk [5.1]) 
Shell :: docker key for linux 
Shell :: command to view the content of a compressed tar file 
Shell :: Payload ftp download upload 
Shell :: trickbot mikrotik 
Shell :: install nheko 
Shell :: personal - git config user 
Shell :: git init bare initialize empty git repository 
Shell :: jq select where value starts with 
Shell :: unit has a bad unit file setting 
Shell :: ubuntu show RLIMIT_NOFILE 
Shell :: bash rename different file names with zero padding 
Shell :: pip install dali 
Shell :: github pages custom theme 
Shell :: disable wget messages 
Shell :: find and replace duplicate word linux 
Shell :: gitlab ci credentials store 
Shell :: smbclient 
Shell :: updating package manager cause missing reference unity 
Shell :: pip install ps_lib 
Shell :: debian 10 package version lock 
Shell :: DISABLE_DATABASE_ENVIRONMENT_CHECK=1 
Shell :: how to create new repository in github via powershell 
Shell :: cpickle 
Shell :: ubuntu custuom boot iso /etc/grub.d/ 
Shell :: Additional UART in u-boot 
Shell :: change nohup name 
Shell :: how to ùmake a file in console 
ADD CONTENT
Topic
Content
Source link
Name
1+4 =