Tagged Questions
18
votes
4answers
570 views
What should I use when cut doesn't cut it?
I have a file cities like this:
[1598] San Diego, US (inactive)
[4517] St Louis, US (inactive)
[6346] Orlando, US (inactive)
I want to cut out the city names, so that I have:
San Diego
St Louis
...