Search Results

Search: Posts Made By: mamboknave
4,156
Posted By Corona688
You can't nest [ ]. You can't use && inside...
You can't nest [ ].

You can't use && inside [ ]. You can inside [[ ]].

if [ $# != 1 ] || [[ "$1" != "ALL" && "$1" != "PART" ]]; then
# NOTIFY ERROR...
fi

test constructs...
Forum: Programming 08-16-2011
4,741
Posted By jlliagre
You are focusing too much on RAM. realloc()...
You are focusing too much on RAM. realloc() doesn't care or even use RAM. What this function does is reserving (or releasing) virtual memory. Whether this virtual memory is backed by RAM or not...
Showing results 1 to 2 of 2

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