bug#20605: Grep command

2015-05-18 Thread Lakshmana Rao Adabala, Shanmukha
Hi Team, I would like to know how to get the grep output in the same order. For example: I am using the following order : 04A2,17F5,04A4 [cid:image001.png@01D091AF.B34719B0] I am expecting output in the following order. 04A2 17F5 04A4 But I am getting the output in the below order 04A2 04A

bug#20605: Grep command

2015-05-18 Thread Paul Eggert
Lakshmana Rao Adabala, Shanmukha wrote: I would like to know how to get the grep output in the same order. Grep's output is the same order as its input. That appears to be what it's doing for you. There's no option to change this.

bug#20605: Grep command

2015-05-18 Thread Eric Blake
On 05/18/2015 11:28 AM, Lakshmana Rao Adabala, Shanmukha wrote: > Hi Team, > > I would like to know how to get the grep output in the same order. > > For example: > > I am using the following order : 04A2,17F5,04A4 > > [cid:image001.png@01D091AF.B34719B0] Screenshots are hard to parse; it's b