[arch-general] note about beginners guide
Heiko Baums
lists at baums-on-web.de
Fri Aug 10 09:01:27 EDT 2012
Am Fri, 10 Aug 2012 14:52:09 +0200
schrieb Ralf Mardorf <ralf.mardorf at 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
More information about the arch-general
mailing list