View Single Post
Posts: 134 | Thanked: 91 times | Joined on Nov 2009 @ Imperial College London
#4
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 2 Users Say Thank You to Big Phat Jan For This Useful Post: