Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
just_myles
on Jan 22, 2020
|
parent
|
context
|
favorite
| on:
Why Learn Awk? (2016)
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.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
ls -l | awk '{print $9 "\t" $5}'
That is about as much as i'm willing to do for this.