LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Desktop (https://www.linuxquestions.org/questions/linux-desktop-74/)
-   -   help abt ll coommand (https://www.linuxquestions.org/questions/linux-desktop-74/help-abt-ll-coommand-854160/)

keimasi 01-04-2011 10:57 AM

help abt ll coommand
 
Hi 2 all
this command show that files that start with numbers
Code:

ll [0-9]*

but can u guide me how can i find those file does not start with numbers??
(files can started by every character except / (slash))
i know this command show those files that start with alphabet :
Code:

l [a-z]*

but how should i do 2 show every files( like those start with " or $ or * or ... ) pls help me.
__________________

druuna 01-04-2011 11:09 AM

Hi,

Would this be of use: ll [^0-9]*

The ^ means: everything but 0-9.

Hope this helps.

keimasi 01-04-2011 11:16 AM

thank a lot it works . :)

druuna 01-04-2011 11:18 AM

You're welcome :)


All times are GMT -5. The time now is 08:46 PM.