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

Modification of the default source sources.list file of ubuntu20.04 LTS system

If you accidentally modify the source.list conten...

Differences between MySQL CHAR and VARCHAR when storing and reading

Introduction Do you really know the difference be...

Docker runs operations with specified memory

as follows: -m, --memory Memory limit, the format...

Discussion on the Issues of Image Button Submission and Form Repeated Submission

In many cases, in order to beautify the form, the ...

Detailed example of mysql trigger usage

MySQL trigger syntax details: A trigger is a spec...

How to uninstall MySQL 8.0 version under Linux

1. Shut down MySQL [root@localhost /]# service my...

Analysis of MySQL general query log and slow query log

The logs in MySQL include: error log, binary log,...

JavaScript Document Object Model DOM

Table of contents 1. JavaScript can change all HT...

react-beautiful-dnd implements component drag and drop function

Table of contents 1. Installation 2.APi 3. react-...

Practical method of deleting a row in a MySql table

First, you need to determine which fields or fiel...