|
|
|
|
|
by just_myles
2343 days ago
|
|
In my defense I did this fairly quickly (Which was the point.) and was not trying to illustrate proper syntax (I mean it does run and does produces an output.). ls -l | awk '{print $9 "\t" $5}' That is about as much as i'm willing to do for this. |
|