I've been told to run this:
./yiic message ./app/messages/config.php
But I don't understand the ./ meaning, can anyone clarify please.
Note: Believe me, we can't google that. I've tried:
./ meaning ./ ubuntu
It was the same as nothing. :(
|
I've been told to run this:
But I don't understand the Note: Believe me, we can't google that. I've tried: ./ meaning ./ ubuntu It was the same as nothing. :( |
|||||||
|
|
You need to specify it when the current directory is not in your PATH. The PATH is the list of folders searched when you run a program. (You can determine it by writing Similarly, |
|||||||
|
|
Every directory in the command line has two "special directories" called So for example, If you want the name of your current directory, you can use the |
|||
|
|
|
It means to start from the Let's assume you have a
and inside If you issue By issueing |
|||||||
|
|
Others have already explained what When you open a terminal, you usually start in your home directory:
Do not confuse If you wonder why you can just run |
||||
|
|