Search Results

Search: Posts Made By: sharad.40216
1,613
Posted By sharad.40216
Typeset issue
function fxn
{
echo "target in build_ndm is $target"
}

function main
{
target=${server_type}
echo "target in main is $target"
fxn
}

In the above the value of target is not being...
1,799
Posted By sharad.40216
With the above command we will get count as 1 for...
With the above command we will get count as 1 for each record as each is unique in my example.

I want the occurence of the combination(one to many) in all records in file irrespective of the...
1,799
Posted By sharad.40216
Issue in grep
i have following pattern in file

s6:s2
s2:s4
s1:s2:s3:s4:s5:s6
s1
.
.

Now i want to find occurence of each record in file like s6:s2 occurs twice {once in first record and both occur in...
Showing results 1 to 3 of 3

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