Linux: Bash: Get text between brackets 1 26 Mar, 2012 in Bash / GNU/Linux tagged awk by George Michael awk 'NR>1{print $1}' RS='(' FS=')' Share this:ShareEmailPrintFacebookRedditTwitter Related This post is also available in: Greek
Thank you!