Search Results

Search: Posts Made By: ikke008
6,288
Posted By ikke008
Here you can find the source file: GNU gdb...
Here you can find the source file:
GNU gdb (GDB) 7.0.1-debian Copyright (C) 2009 Free Software Foundation, Inc. L - Pastebin.com (http://pastebin.com/EhaFrkhA)

I want the output file like this
...
6,288
Posted By ikke008
Thanks, that works, but only for these 3. After...
Thanks, that works, but only for these 3.
After the "in", it can be anything...
I now have:
/in /{
count[$NF]++
}

END{
for(j in count)
print j "("count[j]")"
}

It works, but as you can...
6,288
Posted By ikke008
Because it'spart of a bigger awk script, and I...
Because it'spart of a bigger awk script, and I need it in arrays.
I also want a nice output file.
6,288
Posted By ikke008
Count occurrences in awk
Hello,
I have an output from GDB with many entries that looks like this

0x00007ffff7dece94 39 in dl-fini.c
0x00007ffff7dece97 39 in dl-fini.c
0x00007ffff7ab356c 50 in exit.c
0x00007ffff7aed9db...
1,202
Posted By ikke008
Not homework, it's from a specific markup...
Not homework, it's from a specific markup language.
How can I do it by counting? Do I have to split the line then?
I thought when I use '\n' in a replacement, sed would see it as a character, not...
1,202
Posted By ikke008
Need help with a sed script
Hello,
I'm trying to write a sed script for this.
I have to delete the '\i' and '\b', except when it is between \* \*
Here is an example:

Before sed script:

I \* hope \bthat \b I \* \iwill...
1,819
Posted By ikke008
Thank you so much! I'll give it a try tomorrow.
Thank you so much!
I'll give it a try tomorrow.
1,819
Posted By ikke008
Hello, Thank you! Yes, for now, I'd like to...
Hello,
Thank you!
Yes, for now, I'd like to stick with sed.
So when you have a line with a string in it to calculate (example: test,5.5+5.5)
than you have to enclose the string into "" followed...
Forum: Open Source 12-31-2011
337,742
Posted By ikke008
For editing scripts, I use Nano, for text...
For editing scripts, I use Nano, for text edititing vi :)
1,819
Posted By ikke008
Doing calculations with bc on one field
Hello,

I have to turn:
Apple Inc.:325,64:329,57
into
Apple Inc.:325,64:329,57:3,93
3,93=329,57-325,64.

My code:
cat beurs.txt | sed...
Showing results 1 to 10 of 10

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