Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
If to check muttiples of a value
Name: nauj Date: May 24, 2007 at 12:26:50 Pacific OS: AIX5.1 CPU/Ram: IBM Product: IBM
Comment:
Hi,
I want to make an if clause in UNIX to check if a value is multiple of other one.
If var <is multiple of> 3 then...
This condition is fulfilled when var is equal to 3, 6, 9, 12...
Which is the expression of UNIX to do this checking??
Summary: If there is a parameter "b" on a line, there will always be two other parameters on the same line "a" and "c". Then take the value of parameter "b" which is 2 in this example, and divide the value of ...
Summary: I want to get rid of the "," at the end of variable, and then make a directory using the varable name. For example, if the varaible = "Harry," I want to make a directory Harry I have tried: mkdir $va...
Summary: What's the easiest way for me to check the amount of video card memory? Is there a command similar to SGI's "freemem" ? I think I'm ready for an upgrade. ...