Skip to content

Windows command prompt aliases (aka doskeys in Windows) of basic linux terminal commands

Notifications You must be signed in to change notification settings

LukeDickerson19/basic-linux-commands-on-windows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

basic-linux-commands-on-windows

Windows command prompt aliases of basic linux terminal commands

DESCRIPTION:

Windows command prompt aliases (aka doskeys in Windows) of basic linux terminal commands:

ls, mv, cp, cat, pwd, touch, rm

If you can, another option is the Windows Subsystem for Linux

SETUP:

run: "regedit" in the windows command prompt
in the popup, go to path: HKEY_LOCAL_MACHINE\Software\Microsoft\Command Processor
right click "Command Processor" > New > String Value
set the name to "AutoRun"
right click the string value > Modify ...
set the "Value data" to the path of the bashrc.cmd file
	aka this repos path, placed where ever you want, plus "\bashrc.cmd"

source: Ctrl + F for "Humdinger", this is his answer

REQUIREMENTS:

Windows OS
python 3.6+
python libraries:
	shutil

About

Windows command prompt aliases (aka doskeys in Windows) of basic linux terminal commands

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published