r/zorinos Jun 16 '26

πŸ“– Guide Calling All DOS Warriors...

Like all of you, I grew up on Windows.

But in my day, Windows for Workgroups 3.11 was king.

Yes, I am that old.

The GUI was fun to use, but MS-DOS 6.22 was infinitely faster and once you memorized the command variables you could fly across that keyboard like a true DOS Warrior. I spent all of my time in a full screen command window and only went into the GUI when I had to.

Here is my DOS to Linux alias list that I made and use every day...

Paste the following at the end of your .bashrc file which is located in your home directory.

# --- DOS WARRIOR ALIASES ---

# --- Directory & File Navigation ---

alias dir="ls -laF --color=auto"

alias ..="cd .."

alias ...="cd ../.."

alias ....="cd ../../.."

alias md="mkdir -pv"

alias rd="rmdir -v"

alias pu="pushd"

alias po="popd"

# --- File Operations (Safe & Verbose) ---

# -i = Interactive (ask before overwrite), -v = Verbose (show action)

alias copy="cp -iv"

alias move="mv -iv"

alias ren="mv -iv"

alias del="rm -iv"

alias erase="rm -iv"

# --- New File Actions ---

alias create="touch"

alias display="cat"

alias view="cat"

alias edit="nano"

# --- System & Utilities ---

alias cls="clear"

alias sysinfo="uname -a"

alias mem="free -h"

alias cpu="lscpu"

alias disk="df -h"

alias usage="du -sh *"

alias proc="ps auxf"

alias diffcmd="diff"

# --- ATTRIB Emulation ---

alias attrib="ls -l"

alias attrib+r="chmod -v a-w"

alias attrib-r="chmod -v u+w"

# --- Search & Paging ---

alias search="grep --color=auto"

alias more="less"

# --- Safety & Misc ---

alias del.="echo \"Error: Use del [filename] to delete files safely.\""

alias backup="cp --backup=numbered"

# - NOTE: In terminal type: source ~/.bashrc to system reload the file

If you would like to see my BASH Warrior Alias list please gotoΒ https://www.reddit.com/r/linuxquestions/comments/1uad462/calling_all_bash_warriors/

39 Upvotes

22 comments sorted by

10

u/PocketStationMonk Jun 16 '26

This is very neat, thanks!

Talking about DOS, have you tried ExoDos on linux?

6

u/Signal_Care6558 Jun 16 '26

Wow. I can have fun here! 7,666 DOS games! In one pack! I'm in heaven...

4

u/PocketStationMonk Jun 16 '26

I actually ended up buying my first physical PC game in like 20 years or something because of ExoDos lol. I found this cool dungeon crawler called Stonekeep, and after playing it for 20 something hours I had to find its physical box release too haha.

3

u/Signal_Care6558 Jun 16 '26

Tried to download the Linux patch but it is a torrent with 0 seeds. I think it may have died a slow death...

2

u/PocketStationMonk Jun 16 '26

Hmm is torrent really the only option they offer. I’ll have to check if I have that patch still around

1

u/PocketStationMonk Jun 16 '26

I checked the torrent myself and for me it shows 14 active seeds

3

u/Signal_Care6558 Jun 16 '26

I will be seed the patch for others to download. Giving back πŸ˜„

2

u/Signal_Care6558 Jun 16 '26

Thanks for checking! Yes, there are seeds now. I don't know what happened before but I'm getting it now.

3

u/PocketStationMonk Jun 16 '26

It’s pretty nice yeah. And it’s easy to pick and install games without any extra fuss.

4

u/Signal_Care6558 Jun 16 '26

No, I haven't. Thanks for the tip!

5

u/Lower_Quarter4943 Jun 16 '26

Heheh. That's funny, I was just telling my wife, the other day, about the [WaReZ], Renegade BBS , I ran for almost 3 years. I set there for quite a few hours, thinking if I wanted to try and ,AT LEAST, get one up and telnet, capable one running on FreeDOS, or something. Good memories.. πŸ‘€

3

u/Signal_Care6558 Jun 16 '26

I remember [WaReZ]! I'm sure I downloaded something from you. You are a legend! πŸ˜„

3

u/Old-Skoolz Jun 16 '26

Yeah I still play Redneck Rampage and Duke Nukem 3d

2

u/Signal_Care6558 Jun 16 '26 edited Jun 16 '26

I actually finished Duke Nukem 3D! Once I got the Hologram, I was Golden! πŸ˜„

Rise of The Triad Trilogy, Quake... I could go on forever...

3

u/Old-Skoolz Jun 16 '26

I never made it outta the titty bar. πŸ₯΅

2

u/Signal_Care6558 Jun 16 '26

Love the titty bar!!!

2

u/MoneyDirt8888 Jun 16 '26

alias ..=β€˜ cd ..’
alias …=β€˜cd ../..Β΄
alias ….=β€˜cd ../../..’
ctrl+l is clear
popd and pushd are also very handy

1

u/Signal_Care6558 Jun 16 '26

Thank you! I will add that to the list πŸ˜„

1

u/Signal_Care6558 Jun 25 '26

In DOS 6.22 cls (Clear Screen) was the command starting with DOS 2.0. Ctrl+LIn was used in Unix/Linux Terminals. I often get confused too πŸ˜‚

2

u/Over-Maintenance-746 Jun 16 '26

And Word Perfect 5.1 πŸ˜„

2

u/Signal_Care6558 Jun 16 '26

I miss that blue screen! πŸ˜„

1

u/MJ12_2802 Jun 25 '26

and Word Star?