Re: Fwd: Fwd: [PATCH 01/32] ver_linux: complete awk implementation

2016-08-22 Thread Alexander Kapshuk
On Mon, Aug 22, 2016 at 1:00 PM, Greg KH wrote: > On Mon, Aug 22, 2016 at 07:14:10AM +0300, Alexander Kapshuk wrote: >> -- Forwarded message -- >> From: Alexander Kapshuk >> Date: Sun, Aug 21, 2016 at 5:07 PM >> Subject: Re: Fwd: [PATCH 01/

Re: Fwd: Fwd: [PATCH 01/32] ver_linux: complete awk implementation

2016-08-22 Thread Greg KH
On Mon, Aug 22, 2016 at 07:14:10AM +0300, Alexander Kapshuk wrote: > -- Forwarded message -- > From: Alexander Kapshuk > Date: Sun, Aug 21, 2016 at 5:07 PM > Subject: Re: Fwd: [PATCH 01/32] ver_linux: complete awk implementation > To: Greg KH > > > On Su

Fwd: Fwd: [PATCH 01/32] ver_linux: complete awk implementation

2016-08-21 Thread Alexander Kapshuk
-- Forwarded message -- From: Alexander Kapshuk Date: Sun, Aug 21, 2016 at 5:07 PM Subject: Re: Fwd: [PATCH 01/32] ver_linux: complete awk implementation To: Greg KH On Sun, Aug 21, 2016 at 11:19 AM, Greg KH wrote: > > On Fri, Aug 19, 2016 at 09:12:28PM +0300, Ale

[PATCH 01/32] ver_linux: complete awk implementation

2016-06-28 Thread Alexander Kapshuk
The algorithm that extracts the version number of the utility being queried, and prints the name of the utility and its version number is currently implemented in awk. The code is used throughout the script, making its use repetative. The proposed implementation confines the algorithm in question t