Markus --

...and then Embacher Markus said...
% 
% Hallo,

Hi!


% 
% If I try to list files with
% 
% ls *
% 
% then I receive the following error message:
% 
% bash: /usr/bin/ls: Invalid argument

One of the files in the directory probably starts with '-' and the next
character is one that doesn't make sense to ls.  If you had a file called
"-l" then your command would suddenly give you a long listing, or a file
called "-r" would suddenly reverse your listing :-)

What do you see when you type

  ls | head

in this directory?


HTH & HAND

:-D
-- 
David T-G                      * There is too much animal courage in 
(play) [EMAIL PROTECTED] * society and not sufficient moral courage.
(work) [EMAIL PROTECTED]  -- Mary Baker Eddy, "Science and Health"
http://justpickone.org/davidtg/      Shpx gur Pbzzhavpngvbaf Qrprapl Npg!

Attachment: msg02161/pgp00000.pgp
Description: PGP signature

_______________________________________________
Bug-fileutils mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-fileutils

Reply via email to