Search Results

Search: Posts Made By: mdap
4,015
Posted By mdap
controlling traffic source from NIC eth0, eth1 in Linux
Hi Guys,

is there a way to send traffic coming from the source iface (eth0, eth1)? i need to test traffic that will come from both eth0 and eth1 from a Linux box.

Thanks,
Martin
2,397
Posted By mdap
actually, the timestamp does not exactly start at...
actually, the timestamp does not exactly start at 5 mins.
for example:

time data
00:06 8
00:12 2
2,397
Posted By mdap
Time validation in a csv file
Hi,

Im having a hard time in creating a script with the following conditions below. I have a csv file generated which is updated every 5 mins and it contains a timestamp in it. for example:
...
7,904
Posted By mdap
SQLPLUS in unix
HI Guys,

i just want ask the steps when trying to create a simple SQL select statement in linux.

I know how to use the select statement in SQLplus, but im having a difficult time in having a...
1,512
Posted By mdap
for loop problem
hi,

how do you create a loop command given the following requirements?:confused:

go = ( out1 out2 out3 )

for i in go
do

echo $go

done

the script aboe does not work for me.
...
12,489
Posted By mdap
HI guys, Just disregard this post. I just...
HI guys,

Just disregard this post. I just found out that columns are working fine.. :)

mdap
12,489
Posted By mdap
AWK CSV to TXT format, TXT file not in a correct column format
HI guys,

I have created a script to read 1 column in a csv file and then place it in text file.

However, when i checked out the text file, it is not in a column format...

Example:
CSV...
15,890
Posted By mdap
Thanks Again!!! last question though.. what...
Thanks Again!!!

last question though.. what does "" and "?" in the code mean?

as far as i can understand it the line of code:
out = (i>1 ? out OFS : "") (col_fields[col_hdr] ?...
15,890
Posted By mdap
Thanks much aigles!!! its now working fine.. ...
Thanks much aigles!!! its now working fine..

Would you mind to explain the meaning of the block of code below, if it is ok with? (",)..

NR==1 {
for (i=1; i<=NF; i++)
col_fields[$i] =...
15,890
Posted By mdap
its GNU/Linux... that is why im using awk..
its GNU/Linux... that is why im using awk..
15,890
Posted By mdap
HI aigles, i tried to copy paste the exact...
HI aigles,

i tried to copy paste the exact code to mdat.sh and also the input file to mdat.txt and when i executed mdat.sh it only showed blank rows and no data in it...

mdap
15,890
Posted By mdap
use awk to read randomly located columns in an excel file
Hi,

I have an excel file that have a random count of columns/fields and what im trying to do is to only retrieve all the rows under 2 specific field headers.

I can use the usually command for...
Showing results 1 to 12 of 12

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