How to use Linux commands in IDEA

How to use Linux commands in IDEA

Compared with Windows system, Linux system provides a large number of rich command line tools, which can make work simple and efficient. Most developers only know Linux system commands and are not very familiar with Windows system commands, so we hope to be able to use Linux system related commands on Windows system.

Gow is such a tool. After installing Gow on Windows system, you can use Linux commands in the cmd window.

Gow (Gnu On Windows) is a lightweight alternative to Cygwin. A collection of Linux command line tools that simulates Linux under Windows, which integrates more than 130 practical tool software under Liunx environment.

Gow download address: https://github.com/bmatzelle/gow/releases

However, Gow stopped maintenance in February 2014, and we usually use IDEA software for development. We hope to use Linux commands in the Terminal of IDEA. In fact, we can directly use the command line tools that come with Git .

The specific operations of using Linux commands in IDEA are as follows:

Setting -> Tools -> Terminal, select bash.exe in the Git tool bin directory in the Shell path option

insert image description here

After successful configuration, you can use Linux related commands in the terminal

insert image description here

Summarize

This is the end of this article about how to use Linux commands in IDEA. For more information about how to use Linux commands in IDEA, please search for previous articles on 123WORDPRESS.COM or continue to browse the following related articles. I hope you will support 123WORDPRESS.COM in the future!

You may also be interested in:
  • Detailed steps for one-click automated deployment of Linux+Docker+SpringBoot+IDEA

<<:  Summary of several common logs in MySQL

>>:  Element dynamic routing breadcrumbs implementation example

Recommend

No-nonsense quick start React routing development

Install Enter the following command to install it...

An article to help you understand Js inheritance and prototype chain

Table of contents Inheritance and prototype chain...

How webpack implements static resource caching

Table of contents introduction Distinguish betwee...

Implementation example of Nginx+Tomcat load balancing cluster

Table of contents introduction 1. Case Overview 2...

Initial settings after installing Ubuntu 16 in the development environment

The office needs Ubuntu system as the Linux devel...

MySQL 8.0.23 installation super detailed tutorial

Table of contents Preface 1. Download MySQL from ...

Vue implements simple slider verification

This article example shares the implementation of...

Summary of the differences between global objects in nodejs and browsers

In Node.js, a .js file is a complete scope (modul...

CSS3 to achieve simple white cloud floating background effect

This is a very simple pure CSS3 white cloud float...

How to hide elements on the Web and their advantages and disadvantages

Example source code: https://codepen.io/shadeed/p...

Solve the problem of resetting the Mysql root user account password

Problem description: The following error message ...

MySQL REVOKE to delete user permissions

In MySQL, you can use the REVOKE statement to rem...