>> Always learning wrote:
>> I always thought, mistakenly, IP6 was 6 segments, because it was IP6. IP4
>> had 4 segments. However IP6 is >actually IP version 6 and it has 8 segments.
I don't think I ever heard IP6, but always IPv6. Counting segments might not be
as meaningful. IPv6 has twice (
This was recently answered in another thread
Re: [CentOS] best way to start and shutdown programs in CentOS?
On 24 November 2010 14:20, killscript wrote:
> Les Mikesell wrote:
>> The RedHat/Centos way of doing things is to have init scripts in
>> /etc/rc.d/init.d that take at least start, stop
>>To be more specific, I need to find how many distinct records are there in
>>say column#1?
awk '{print $1}' filename | sort -u | wc -l
This will show how many unique entries are present in column one (use awk -F to
change delimiter e.g awk -F ":" for : delimiter)
>> How can I filter out the
Can you sample input and expected result.
Sent from my Verizon Wireless BlackBerry
-Original Message-
From: hadi motamedi
Date: Tue, 11 May 2010 09:09:23
To: CentOS mailing list
Subject: [CentOS] Text file manipulation in CentOS?
___
CentOS
4 matches
Mail list logo