Re: Bash count
> awk '$1 > 100' num
Very thanks...
On Wed, Aug 22, 2018 at 11:41 PM Emmanuel Gelati <emi2fast@gmail.com> wrote:
>
> If you want to print the bigger then 101 on the column
>
> awk '$1 > 100' num 2.4.2
> 715 1.1.1.1
> 322 2.2.2.2
> 152 3.3.3.3
>
>
> 2018-08-22 22:33 GMT+02:00 Gokan Atmaca <linux.gokan@gmail.com>:
>>
>> Hello
>>
>> I have a list like the one below. I want to separate those bigger than 101. How can this be done ?
>>
>> 715 1.1.1.1
>> 322 2.2.2.2
>> 152 3.3.3.3
>> 61 4.4.4.4
>>
>> Thanks.
>>
>
>
>
> --
> .~.
> /V\
> // \\
> /( )\
> ^`~'^
.~.
/V\--- Thanks...
// \\
/( )\
^`~'^
On Wed, Aug 22, 2018 at 11:41 PM Emmanuel Gelati <emi2fast@gmail.com> wrote:
>
> If you want to print the bigger then 101 on the column
>
> awk '$1 > 100' num 2.4.2
> 715 1.1.1.1
> 322 2.2.2.2
> 152 3.3.3.3
>
>
> 2018-08-22 22:33 GMT+02:00 Gokan Atmaca <linux.gokan@gmail.com>:
>>
>> Hello
>>
>> I have a list like the one below. I want to separate those bigger than 101. How can this be done ?
>>
>> 715 1.1.1.1
>> 322 2.2.2.2
>> 152 3.3.3.3
>> 61 4.4.4.4
>>
>> Thanks.
>>
>
>
>
> --
> .~.
> /V\
> // \\
> /( )\
> ^`~'^
Reply to:
- References:
- Bash count
- From: Gokan Atmaca <linux.gokan@gmail.com>