in reply to Re: how use map and grep or several loops?
in thread how use map and grep or several loops?

Many thanks johngg !

although you recommend loop way to deal with something like this, I prefer map/grep way. It's like a FIFO queue, so that you can easily understand how original data transform to the data I want.

  • Comment on Re^2: how use map and grep or several loops?