CLI guides?

Hi guys!
New on forum, fell in love with Mtik and i just want to learn CLI from top to bottom. I know about wiki tuts and they are great, but i find them lacking critical info, such as practical examples of implementing those commands.
Some links on command line structure, examples and setups through CLI is what i am searching. Already passed through RouterOS by example from Mr. Discher.
Tnx in advance! Cheers!

Nothing? I Guess its hard to find… :confused:

You mean something in addition to this wiki page? I don’t know…

We have both reference quides and also examples, go through this list:
http://wiki.mikrotik.com/wiki/Manual:TOC

It is not useful to learn every command with every parameter. Learn by logical order, not by alphabetical.

Tnx for your replies guys!
Yes, i meant something like command guide, i work in winbox and its great tool, but i want to learn how to set up RB from bottom to top, just using terminal. I want to learn more about scripts, too.

You can use ‘?’ in command line to get list of commands.
Also there is a command completion with TAB and using ‘?’ while you have some command written will show you all available parameters and sub-commands for it.

Yup, the CLI is practically self-documenting. With very few exceptions, everything on the CLI is in exactly the same place as it is in Winbox. The Tab key is your friend, as CyberTod mentioned.

– Nathan

Tnx guys, ill dive in deeper to understand syntax.