Search Results

Search: Posts Made By: srinivas Juluri
29,944
Posted By srinivas Juluri
I realized there were spaces on some lines...
I realized there were spaces on some lines because of which i didnt get expected result.

I removed with this command and it worked then.

awk '{print $1}' filename|sort|uniq

Thank you for...
29,944
Posted By srinivas Juluri
$cat file|sort|uniq
I have a file with list of redundant server names and want only unique ones of those.

I have used following command but still redudant ones are listing

$cat file|sort|uniq

where could be...
Showing results 1 to 2 of 2

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