select fields with sed

Posted by Samantha on Stack Overflow See other posts from Stack Overflow or by Samantha
Published on 2010-03-16T10:47:16Z Indexed on 2010/03/16 10:56 UTC
Read the original article Hit count: 350

Filed under:
|

Hey,

Using only grep and sed, is there a way I can tranform the output of ls -l * into this :

-rw-r--r-- agenda.txt

-rw-r--r-- annuaire.txt

Thanks!

© Stack Overflow or respective owner

Related posts about sed

Related posts about bash