View Single Post
Posts: 21 | Thanked: 16 times | Joined on Feb 2010
#6
Originally Posted by Big Phat Jan View Post
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
We crossposted...

I like your idea. I made an alias with your command.

Thank you very much.
 

The Following User Says Thank You to Stamm For This Useful Post: