8 lines
196 B
Plaintext
8 lines
196 B
Plaintext
# The Contents of this file will be making Windows CLI commands for linux
|
|
|
|
# Windows equivalent of cls
|
|
alias cls='clear'
|
|
|
|
# Windows equivalent of dir
|
|
alias dir='ls --group-directories-first -lah'
|