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

Example explanation of alarm function in Linux

Introduction to Linux alarm function Above code: ...

Vue calls the computer camera to realize the photo function

This article example shares the specific code of ...

Detailed tutorial for installing mysql5.7.21 under Windows

This article shares the installation tutorial of ...

The principles and defects of MySQL full-text indexing

MySQL full-text index is a special index that gen...

Vue realizes the percentage bar effect

This article shares the specific code of Vue to r...

JavaScript anti-shake case study

principle The principle of anti-shake is: you can...

Docker practice: Python application containerization

1. Introduction Containers use a sandbox mechanis...

Linux cut command explained

The cut command in Linux and Unix is ​​used to cu...

Detailed Tutorial on Using xargs Command on Linux

Hello everyone, I am Liang Xu. When using Linux, ...

What is em? Introduction and conversion method of em and px

What is em? em refers to the font height, and the ...

How to print highlighted code in nodejs console

Preface When the code runs and an error occurs, w...

Use Javascript to develop sliding-nav navigation plug-in with sliding bar effect

Table of contents 1. Introduction 2. Usage 3. Dev...

CSS -webkit-box-orient: vertical property lost after compilation

1. Cause The requirement is to display two lines,...