Custom Search
Showing posts with label awk. Show all posts
Showing posts with label awk. Show all posts

Friday, July 11, 2014

Awk Introduction


#keystone tenant-list

#keystone tenant-list | awk '{print $2}'

#keystone tenant-list | awk '/demo/ {print $2}'

#keystone tenant-list | awk '/. +demo/ {print $2}'