Search Results

Search: Posts Made By: mamboknave
4,140
Posted By mamboknave
Thanks!!
Thanks!!
4,140
Posted By mamboknave
boolean expression in bash
Can someone, please, help me to make this condition valid/accepted in bash?
I really cannot.
I'm stuck with the brackets...

This one tells me: missing `]'
if [ $# != 1 || [ "$1" != "ALL" &&...
4,765
Posted By mamboknave
[SOLVED] Sort on multiple keys
Can you guys pls take a look at this.

I need to sort this list of numbers as follows:

2nd col first, then 1st col, then 3rd col, all in reverse (highest to lowest).

I'm doing this:
sort -k...
Forum: Programming 08-16-2011
4,710
Posted By mamboknave
Thanks! Will do and eventually will post again. ...
Thanks! Will do and eventually will post again.

---------- Post updated at 04:52 PM ---------- Previous update was at 04:34 PM ----------



Because I do NOT know the size of the files. They...
Forum: Programming 08-16-2011
4,710
Posted By mamboknave
Ok, more accurately but still quite roughly: at...
Ok, more accurately but still quite roughly:
at the starting of the C++ program the OS is using ~0.3GB or ram. The program stores ~3000 text files of unknown size in ram, one by one, via realloc()....
Forum: Programming 08-16-2011
4,710
Posted By mamboknave
Thanks everyone. Your responses made me think...
Thanks everyone. Your responses made me think more.
void * realloc ( void * ptr, size_t size );
In case that ptr is NULL, the function behaves exactly as malloc, assigning a new block of size bytes...
Forum: Programming 08-16-2011
4,710
Posted By mamboknave
realloc() fails
Not sure in which forum to post this. I'm trying here, in Programming.

I'm working on a PC with Intel Duo processor & 2GB of ram. OS is Ubuntu 10.04.

I'm having problems with a C++ program...
Showing results 1 to 7 of 7

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