Computing.Net > Forums > Unix > Search Results

Quick Links

Computing.Net Solution Center
Desktop Access to Search
Ask a New Question

Sponsored Results for: profiling using awk

Ads by Google


Show Within: One Month | One Year | Forever
Search Results for: profiling using awk

Product Search Results


Results 1 - 25 of 4877

[higher confidence] - higher confidence, [lower confidence] - lower confidence

profiling using awk
    Summary: I need help sorting som assembler code (instruction set profiling (static)), using awk. A piece of the code looks like this.... 44000040 <R_Do_Star...

Using AWK
    Summary: I've a loop to read a file line by line. Now each line has 4 columns seperated by space. How do I get 4 diff column values using awk to 4 seperate va...

arithmetic using awk
    Summary: Hi there I'm new to performing calculations using awk or some such tool withi a UNIX shell script. I have a formula which I need to calculate. I'v...

How to use AWK command
    Summary: NAME=`echo $fic | awk -F"." '{print $1 $2 $3}' awk -F"." uses . as field seperator. But if cut is doing all that you want, what;s the big point in usi...

Using AWK
    Summary: I've a loop to read a file line by line. Now each line has 4 columns seperated by space. How do I get 4 diff column values using awk to 4 seperate va...

Combine files using awk
    Summary: I see no reason to use awk: #!/bin/ksh while read f1 f2 f3 do echo "$f3" done < file2|paste -d " " file1 - ...

Combine multiple files using awk
    Summary: Can anyone point me in the right direction to compare two files and combine them using awk. Example. File1 Data 2442,Sep,16,2006,ACTIVE 2068,Aug,17,20...

printing all lines after grep using awk
    Summary: Yes, you can use AWK instead of GREP, but it does not make any sense The threadstarter has a different question though, but what exactly is not clear ...

subtract single value using AWK
    Summary: I would like to subtract a single value to a file using awk. It has been quite difficult to figure out how ? What I wanted to do is : I have a file th...

Find the day of week using AWK
    Summary: Hi, I am trying to write an awk program (not shell script) to find the day of the week given the date "mm/dd/yyyy" as argument.The program should make...

Using awk to list links in a file
    Summary: In the main body, each line that is not empty (has Number of Fields greater than zero), it accumulates into an array called "kount" the number of occu...

compare 2 rows of a file using awk
    Summary: I need to compare two files and get the difference between the two files. F1 is the base file.I need to print out all the lines missing in F2, and the...

Using a Period in Awk as \. - Bug?
    Summary: Using awk, and passing in a program with the -f option, taking a gigantic input file, and trying to generate a much smaller output file (party respons...

Subtracting columns using awk
    Summary: Should work for whichever flavor of awk you use; gawk -F'field separator eg space' '{print $2 - $1}' filename > newfile ...

Compare two files using awk or sed, add value
    Summary: Hi All, I have two files file1: abc,def,ghi,5,jkl,mno pqr,stu,ghi,10,vwx,xyz cba,ust,ihg,4,cdu,oqw file2: ravi,def,kishore ramu,ust,krishna joseph,stu...

Increment a number using awk or sed
    Summary: Need help with awk or sed script. I have multiple files with the following in first line NUMBER_COLUMNS=15 I want to increase the number by 1 so it sh...

awk/nawk field assignment scripting
    Summary: If you were using awk to output a single value, it would be as simple as: nawk '{(locate & print one value)}' |   read Expr1 But with multiple values ...

AWK get filename
    Summary: \/ is nothing but a backslash and a forward slash ie \ and / . forward slash / has a special meaning to the shell, thefore we need to destroy the spe...

Awk in a script
    Summary: The first parameter is $1 and not $0 ($0 is the script name). The substitution $db is not done in the awk script : solution 1) db_found = ($4 == "'$db...

Writeing to a profile
    Summary: Hi, PS1="`uname -n`>" export PS1 I wanted to write above 2 lines in .profile using a script. But when it writes to a file, uname -n command will b...

URGENT! help with sorting in awk
    Summary: Thanks very much for the help cdac and James! I have a further question on a similar problem. If I have a table of schedules and the fields are: date ...

awk
    Summary: I would like to use awk to solve this problem. Is it possible? ...

shortcut - awk command
    Summary: Hi all, I would like to know if there is a shortcut to do the following: Say I have a file that contains one line. The line contains 9 fields, delimi...

awk record too long
    Summary: Hi Nails, Thanks for the info. If say, I wish to process each line by line without using awk or perl, how will I be able to do it? ...

change awk delimiter
    Summary: How do I change the delimiter of a log file from "Tab" to "|" and then make a copy of the original log file to a new file by using AWK? Thx ...

Jump To: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | >>

Sponsored Results for: profiling using awk

Ads by Google