Search Results

Search: Posts Made By: cowa
2,478
Posted By nezabudka
maybe this is very redundant for such task, but...
maybe this is very redundant for such task,
but maybe this will anticipate possible problems with more complex input
This instance with integrated version control :) requires gnu awk
awk '
NR ==...
2,478
Posted By nezabudka
Hi, if only one row has matches awk ' NR ==...
Hi,
if only one row has matches
awk '
NR == FNR { if (!T[$2]) T[$2] = $1; next }
{ lin = 0; for (i=1; i<=NF; i++)
if ($i in...
2,478
Posted By RavinderSingh13
Hello cowa, Welcome to forums, special...
Hello cowa,

Welcome to forums, special thanks for using CODE TAGS for samples.

On UNIX.com we encourage users to show their efforts in their questions which they have put in order to solve...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 03:49 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy