Linux: Bash: Get text between brackets Tux 10 years ago Advertisements awk 'NR>1{print $1}' RS='(' FS=')' Share this: GNU Linux/Bash: A function that splits a word in half11 August 2022In "Bash"Kill all processes of a user (Or kill almost all using an exception list) in linux27 September 2011In "Bash"Add a new line whenever the first column changes1 June 2019In "Bash"