Search Results

Search: Posts Made By: zigga15
2,425
Posted By zigga15
Thanks mate, I think this has worked its...
Thanks mate,

I think this has worked its building now. Cheers
2,425
Posted By zigga15
building a kernel (with a twist)
Hey all,

I am working on a static analysis tool and I wan't to see if it can find bugs in the linux kernel, it uses LLVM framework to analyse the instructions.

Long story short I need to build...
2,456
Posted By zigga15
Just in case anyone else needs this post I came...
Just in case anyone else needs this post I came up with this as my final solution:

find . -name '*.cpp' | xargs wc -l | grep total | awk -f: '{ s+=$1 } END {print "TOTAL: ", s}'

The solution in...
2,456
Posted By zigga15
Thanks mate, although I ended up doing it with...
Thanks mate, although I ended up doing it with this before you replied:

find . -name "*.c" | cat | xargs grep -c ".*" | awk -F: '{ s+=$2 } END {print "TOTAL: ", s}'

Which I stumbled on by...
2,456
Posted By zigga15
unix command - bash shell
Hey all,

I need to know how many lines of C code are in a source bundle. I have extracted the bundle and hence there is a big directory tree with C files everywhere.

So far I have something...
Showing results 1 to 5 of 5

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