Bash Scripting - Text Processing in Scripts
You have a file
Write an awk command to print only the names (first and last) of people older than 28.
records.txt with lines like:John|Doe|30|Engineer Jane|Smith|25|Designer Bob|Brown|40|Manager
Write an awk command to print only the names (first and last) of people older than 28.
