Search Results

Search: Posts Made By: nith_anandan
1,899
Posted By nith_anandan
@Don Here I am trying generate connectivity...
@Don
Here I am trying generate connectivity reports from client to server,
when I run this script it should ping with correct server according to the client hostname. eg: AA has one of the group...
1,899
Posted By nith_anandan
@Scott Variable hostname each server...
@Scott
Variable hostname
each server hostname has different network
as server hostname is AA1server.example.com
and Client hostname is AA1client.example.com
each and every time I do pinging...
1,899
Posted By nith_anandan
"$" is used to execute variables which I set...
"$" is used to execute variables which I set beginning of my script is it right ?

---------- Post updated at 08:49 PM ---------- Previous update was at 08:47 PM ----------



eval solution...
1,899
Posted By nith_anandan
Variable is not working
Hello Friends

I want to create a bash script to ping my server but its not working as per my below code


#!/bin/bash
AA=AA1xx.example.com
BB=BB1xx.example.com
ping -c 3 $`hostname|cut...
1,607
Posted By nith_anandan
Its works ..! :b:Thank you ..!:cool:
Its works ..! :b:Thank you ..!:cool:
1,607
Posted By nith_anandan
I am getting below output awk ' !/Slno/...
I am getting below output

awk '
!/Slno/ {
name=$1
next
}
/Slno vlan/ {
$1=$1" name";
for(i=2;i<=NF;i++) $i=$i" "name
}
1
' FS='\n' ORS='\n\n' OFS='\n'...
1,607
Posted By nith_anandan
Thanks for you replay.! its very use full I...
Thanks for you replay.! its very use full

I need a slight change in the output as below

input file is like this


name1
600

Slno vlan
1 600
2 609
3 700 ...
1,607
Posted By nith_anandan
Need help to manipulate data using script
Hi

i want to manipulate my data to convert row to column

name
600

Slno vlan
1 600
2 609
3 700

name
700

Slno vlan
1 600
2 609
3 ...
Forum: Linux 01-31-2012
3,001
Posted By nith_anandan
but it stoping in cc. i have to press ctrl+D ...
but it stoping in cc.
i have to press ctrl+D
is there any solution for this
Forum: Linux 01-31-2012
3,001
Posted By nith_anandan
i am not getting any error cursor just blinking...
i am not getting any error cursor just blinking ,no other reaction(or) process

tail -f log.csv |awk -F"," '{print $1 "\t" $3 "\t" $4 "\t" $5 "\t" $6 "\t" $51 "\t" $52 "\t" $54}

up to this i...
Forum: Linux 01-31-2012
3,001
Posted By nith_anandan
Hi itkamaraj tail -f log.csv |awk -F","...
Hi itkamaraj


tail -f log.csv |awk -F"," '{print $1 "\t" $3 "\t" $4 "\t" $5 "\t" $6 "\t" $51 "\t" $52 "\t" $54}'| grep "\"100\""

i want to print on screen & mail Also above command is not...
Forum: Linux 01-31-2012
3,001
Posted By nith_anandan
awk filter & Auto gen Mail
hi experts

2012-01-30 10:30:01:812 "y" "NA" "30/01/2012 10:30:01:154 AM"
2012-01-30 10:33:46:342 "y" "NA" "30/01/2012 10:33:45:752 AM"
2012-01-30 10:41:11:148 ...
Showing results 1 to 12 of 12

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