| View previous topic :: View next topic |
| Author |
Message |
debut
Joined: Tue Nov 08, 2005 6:33 pm Posts: 3
|
Posted: Wed Nov 09, 2005 7:57 pm Post subject: ls -l information? |
|
|
Hello,
As a newbie:
I know that ls -l list files in a directory.Can i get a Bash script
that prints the same information as ls -l but ib a user friendly way?
Thank you. |
|
| Back to top |
|
 |
Nigel LXF regular

Joined: Fri Apr 08, 2005 9:03 pm Posts: 1141 Location: Gloucestershire, UK
|
Posted: Wed Nov 09, 2005 9:33 pm Post subject: RE: ls -l information? |
|
|
What do you mean by "user friendly" ?
What do you need to see ?
Check out the man pages for ls and see if any of the options do what you want. |
|
| Back to top |
|
 |
Lejon LXF regular

Joined: Wed Oct 19, 2005 8:24 pm Posts: 150 Location: Sweden
|
Posted: Thu Nov 10, 2005 3:56 pm Post subject: RE: ls -l information? |
|
|
try: alias ll="ls -lh"
and then type: ll _________________ I am the one you thought I was! Just not the way, you expected... |
|
| Back to top |
|
 |
linuxgirlie LXF regular

Joined: Sat Apr 09, 2005 7:34 pm Posts: 787 Location: Kent...UK
|
Posted: Thu Nov 10, 2005 4:48 pm Post subject: RE: ls -l information? |
|
|
Or do you mean a graphical front end? An nice bash one is Xdialog, we use that with Karoshi... _________________ My knowledge comes with no warranty...........
Server operating system designed for schools:www.linuxschools.com |
|
| Back to top |
|
 |
ollie Moderator

Joined: Mon Jul 25, 2005 12:26 pm Posts: 2749 Location: Bathurst NSW Australia
|
Posted: Sun Nov 13, 2005 7:06 am Post subject: RE: ls -l information? |
|
|
Also try "ls -la --color=always" this will colour code the results. Try "ls --help" for all the options.
Note: There are 2 dashes - with no gap in front of help and color, also note the "American" spelling of colour. |
|
| Back to top |
|
 |
| View previous topic :: View next topic |
|