← Back to team overview

ubuntu-server-tips team mailing list archive

[Bug 413080] Re: awk filter

 

** Changed in: ubuntu-server-tips
       Status: New => Confirmed

-- 
awk filter
https://bugs.launchpad.net/bugs/413080
You received this bug notification because you are a member of Ubuntu
Server Tips, which is subscribed to Ubuntu Server Tips.

Status in Ubuntu Server Tips: Confirmed

Bug description:
Tip: use awk to quickly filter columns from some command output - e.g. ' ls -l | awk '{print $3 " " $9}' '