Results 1 to 7 of 7
Anyone know of something out there like a trainer or simulator or game that help teach shell commands?
Something I can run maybe in the bash?
Thanks!
Todd...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-04-2011 #1Just Joined!
- Join Date
- Apr 2011
- Posts
- 2
Is there a shell command game or simulator for the commands?
Anyone know of something out there like a trainer or simulator or game that help teach shell commands?
Something I can run maybe in the bash?
Thanks!
ToddLast edited by tvance929; 04-04-2011 at 05:39 PM. Reason: thought of more detail
- 04-04-2011 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,733
Hello and welcome to the forums!

You can look here for some quick and easy Linux command line lessons:
LinuxCommand.org: Learn the Linux command line. Write shell scripts.
A nice *nix tutorial can be found here:
UNIX / Linux Tutorial for Beginnersoz
- 04-04-2011 #3Just Joined!
- Join Date
- Apr 2011
- Posts
- 2
Thanks OZAR! I have been going through the LinuxCommand stuff and am loving it! I am sure I will SO DIG the shell programming stuff (I'm a .Net programmer dying to get free!)
But I really like to learn with games and thought that someone may have at sometime created some sort of simulator or something ... but the linuxcommand stuff is great and I will keep plugging away there...
AND I will check out the other tute link...thanks!!!!
- 04-05-2011 #4Just Joined!
- Join Date
- Jul 2008
- Posts
- 90
- 04-05-2011 #5Just Joined!
- Join Date
- Feb 2011
- Posts
- 89
You don't need anything of the kind. You can educate yourself on your own system terminal.
On this wiki web page there is very good 'cheating reference manual' - see the linux commands in the end.
Man page - Wikipedia, the free encyclopedia
At first go through the help options of the commands on the terminal.
$ su --help
$ cd --help
See the help options of the package managers:
$ rpm --help
$ yum --help
View the pages of the OS manual:
$ man 8 mount
... for example. If you cannot exit the man pages with _exit or _Exit - simply close the terminal and clean up the computer with bleachbit.
$ bleachbit
You can also copy with the mouse the text from the terminal and paste it through the clipboard into the text editor.
Anything you read on the Web may not work on or may not refer to your linux distro.
Regards
- 04-05-2011 #6Just Joined!
- Join Date
- Jun 2006
- Posts
- 55
Try out this online bash emulator:
[www@cb.vu]~>
If it is not powerful enough, Google for something better.
What about a LiveCD ?
- 04-05-2011 #7
I have never used a simulator. I'd suggest dropping a virtual machine somewhere and just go to town. Worst case scenario, you destroy that VM and need to drop another. That's the best option in my mind, because its not simulating bash, and you are able to see real results.


Reply With Quote

