In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-25 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/01 Report--
This article mainly introduces the relevant knowledge of how to use Beyond Compare under Centos, the content is detailed and easy to understand, the operation is simple and fast, and has a certain reference value. I believe you will gain something after reading this Centos article on how to use Beyond Compare. Let's take a look at it.
Beyond Compare Chinese version is a professional text file comparison tool, which can efficiently compare, merge, synchronize and analyze files such as files, folders, tables, mp3, pictures, data, registry, etc., and show each byte of the difference in color, which is easy to view.
My environment here is centos7 Desktop Edition with three commands to install beyond compare
Wget http://www.scootersoftware.com/bcompare-4.2.3.22587.x86_64.rpmrpm-- import http://www.scootersoftware.com/RPM-GPG-KEY-scootersoftwareyum install bcompare-4.2.3.22587.x86_64.rpm
After installation, you can directly use the bcompare command to call up the comparison tool.
What I need to do, however, is to replace the difference comparison of git with bcompare, otherwise it is of no use.
The default git comparison looks like this
The first step is to find a directory and create a shell script. I choose to put the script in the home directory and go to vim / root/git-diff.sh.
Add the following two lines
#! / bin/sh "bcompare"$2"$5" | cat
Give me one more permission.
The second step of chmod 755 / root/git-diff.sh is to modify the config file vim. / .git / config in the git project
Add the following two lines
[diff] external = / root/git-diff.sh
Save exit: wq
Re-adjust git diff 1.txt
What I see is this.
This is the end of the article on "how to use Beyond Compare under Centos". Thank you for reading! I believe you all have a certain understanding of the knowledge of "how to use Beyond Compare under Centos". If you want to learn more, you are welcome to follow the industry information channel.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.