|
2010-02-23
, 11:28
|
Posts: 433 |
Thanked: 274 times |
Joined on Jan 2010
|
#2
|
|
2010-02-23
, 11:30
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#3
|
The Following User Says Thank You to Rob1n For This Useful Post: | ||
|
2010-02-23
, 13:48
|
Posts: 134 |
Thanked: 91 times |
Joined on Nov 2009
@ Imperial College London
|
#4
|
|
2010-02-23
, 14:09
|
Posts: 21 |
Thanked: 16 times |
Joined on Feb 2010
|
#5
|
|
2010-02-23
, 14:33
|
Posts: 21 |
Thanked: 16 times |
Joined on Feb 2010
|
#6
|
You could remove some columns with awk I guess.
ls -l | awk '{print $1, $3, $9}'
Would give permissions, owner and file name for example.
Jan
The Following User Says Thank You to Stamm For This Useful Post: | ||
|
2010-02-23
, 14:38
|
Posts: 134 |
Thanked: 91 times |
Joined on Nov 2009
@ Imperial College London
|
#7
|
When doing a "ls -l" on the x-terminal, the width of the displayed list is too large, even for small filenames. Is there a way to change the width, or the tab length, or to remove some columns?
I'm under the impression the options I need are not on Maemo 5...