Search Results

Search: Posts Made By: THM
2,315
Posted By THM
I get that but that's not the point, what happens...
I get that but that's not the point, what happens if you have 2x2GB graphics cards and run 32bit. Then you would you have 4GB of graphic card and 0GB of physical memory. or would windows not let...
1,505
Posted By THM
thanks, that's great.
thanks, that's great.
1,505
Posted By THM
reading vaules from a text file.
say i have a text file called "input.txt"

1 5
2 10
3 15
4 20

and say I wanted to read the row 3 from column 2 how would i go about it.

I guess I would use "awk" but I'm not sure...
2,315
Posted By THM
random RAM question
Random question.


32 bit windows can't address more the 4 gb of RAM, right.
So if you have 4gb of “normal” RAM and 1 gb graphics card window only find 3gb of “normal” ram + your graphics...
2,632
Posted By THM
I've manage to get it to work. i removed the...
I've manage to get it to work. i removed the spaces while assigning value to variables and replaced.

#!/bin/sh
a= 10
qw= 2.5
w= 20.3
{
if [ $a -ge $qw ] && [ $a -lt $w ];then
echo 3
fi...
2,632
Posted By THM
problems with If
I'm having problems uses "if"

it works fine when i do this.

#!/bin/sh

a= 10
qw= 2
w= 20
{
if [ $a -ge $qw ] && [ $a -lt $w ];then
echo 3
fi
}

However if i try to do
...
Showing results 1 to 6 of 6

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