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 After successful configuration, you can use Linux related commands in the terminal 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:
|
<<: Summary of several common logs in MySQL
>>: Element dynamic routing breadcrumbs implementation example
Introduction to Linux alarm function Above code: ...
This article example shares the specific code of ...
This article shares the installation tutorial of ...
MySQL full-text index is a special index that gen...
A simple example of how to use the three methods ...
This article shares the specific code of Vue to r...
principle The principle of anti-shake is: you can...
1. Introduction Containers use a sandbox mechanis...
The cut command in Linux and Unix is used to cu...
Part of the code: Copy code The code is as follow...
Hello everyone, I am Liang Xu. When using Linux, ...
What is em? em refers to the font height, and the ...
Preface When the code runs and an error occurs, w...
Table of contents 1. Introduction 2. Usage 3. Dev...
1. Cause The requirement is to display two lines,...