From Fedora Project Wiki
m (Admust format) |
(bug on ls command) |
||
Line 2: | Line 2: | ||
* ~~~ - I like ____ about the new ____ process | * ~~~ - I like ____ about the new ____ process | ||
--> | --> | ||
uname -a | |||
hera.localdomain 2.6.31.12-174.2.3.fc12.x86_64 #1 SMP Mon Jan 18 19:52:07 UTC 2010 x86_64 x86_64 x86_64 GNU/Linux | |||
language brazilian portuguese | |||
this works for me ls -l *.rpm | |||
look at "./" preceding the char "*" | |||
this works for me ls -l ./*.pps | |||
but | |||
this does not works for me | |||
ls -l *.pps | |||
ls: invalid option -- 'P' | |||
Experimente "ls --help" para mais informações. | |||
I think this is a bug |
Revision as of 05:18, 27 January 2010
uname -a
hera.localdomain 2.6.31.12-174.2.3.fc12.x86_64 #1 SMP Mon Jan 18 19:52:07 UTC 2010 x86_64 x86_64 x86_64 GNU/Linux
language brazilian portuguese
this works for me ls -l *.rpm
look at "./" preceding the char "*" this works for me ls -l ./*.pps
but
this does not works for me
ls -l *.pps ls: invalid option -- 'P' Experimente "ls --help" para mais informações.
I think this is a bug