My command\'s output is something like:
1540 \"A B\" 6 \"C\" 119 \"D\"
The first column is always a number, followed by a space, then a
Or use sed & regex.
| sed 's/^.* \(".*"$\)/\1/'