Skip to content

DoiMasayuki/LinuxCommandForWindows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CUIForWindows

Linux command for Windows. When linux command inputs, this program execute the linux command without wsl.

So you can use linux command like Linux.

Example

Input

find ./src | xargs grep main

Output

./src/main/java/cui/CUI.java:	public static void main(String[] args) {

Executing wsl find ./src | wsl xargs grep main internally.

Enviroment

OS is Windows10. Your PC need to be able to use wsl command.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages