10 Aug
2012
10 Aug
'12
1:01 p.m.
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