Search Results

Search: Posts Made By: tpatput
28,783
Posted By tpatput
anbu23, shell_life, thanks so much for your quick...
anbu23, shell_life, thanks so much for your quick responses. You've really helped and it is very much appreciated.

Tom
28,783
Posted By tpatput
thank you for your response shell_life. I...
thank you for your response shell_life.

I modified the test script to this and it worked under sh shell
#!/bin/sh
echo "enter a number:"
read num
echo "you entered $num"
num=`expr $num + 1`...
28,783
Posted By tpatput
need help converting string to number for calculation
I've searched the forum and google, but can't see an answer to this simple problem. Here's my small test script:

#!/bin/csh
echo "enter a number:"
read num
echo "you entered $num"
set num =...
Showing results 1 to 3 of 3

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