10 Aug
2012
10 Aug
'12
2:54 p.m.
On Fri, 2012-08-10 at 15:01 +0200, Heiko Baums wrote:
Am Fri, 10 Aug 2012 14:52:09 +0200 schrieb Ralf Mardorf <ralf.mardorf@alice-dsl.net>:
Because cd + ls gives an overview about the structure?
The output of
$ cd /usr/share/zoneinfo/Europe $ ls
is exactly the same as
$ ls /usr/share/zoneinfo/Europe
There's only one difference. The first one firstly changes the working directory from `pwd` to /usr/share/zoneinfo/Europe while the second one keeps `pwd` as the working directory.
Heiko
I corrected my mail, with a second mail. For a beginner it's easier to follow the structure if the user several times changes the dir and list several times the contents.