I notice that ls .* doesn't show "." or ".."
Bug or feature?
Also, there's a bug (or undesirable restriction) in mv:
mkdir bar
touch foo
mv foo bar
It's gone!
(mv foo bar/foo would have worked)
Is this known? Any plan to fix it? Or should I?
Odd behavior with cd:
$ pwd
/vsta/src/bin
$ ls tmp
tmp: no entry
$ cd tmp # expected to fail but didn't
$ pwd
/vsta/root/tmp
Bug or feature?
Received on Mon, 1 Mar 2004 18:48:10 -0700
This archive was generated by hypermail 2.1.8 : Tue Sep 26 2006 - 09:03:07 PDT