Linux: Bash: Get text between brackets 1


awk 'NR>1{print $1}' RS='(' FS=')'

 

This post is also available in: Greek


Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

One thought on “Linux: Bash: Get text between brackets