Am Fri, 10 Aug 2012 14:52:09 +0200
schrieb Ralf Mardorf <ralf.mard...@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

Reply via email to