awk '{ for(f=1; f<=NF; f++) { print $f; } }' file
Topic Id: 6245
Example Ids: 21604
This site is not affiliated with any of the contributors.
Content on the page is taken from Stack Overflow Documentation
This site is NOT affiliated with Stack Overflow or any of the contributors. | Privacy Policy | Terms of Service