Search Results

Search: Posts Made By: TheOther1
5,250
Posted By TheOther1
Good catch, thanks.
Good catch, thanks.
5,250
Posted By TheOther1
Did you even try it? Add...
Did you even try it?

Add /full/path/to/uni1.sh as shown:

[...]
case "$REPLY" in
1) echo "Start script 1 ($choice)." ; /full/path/to/uni1.sh;
[...]

That will echo out your chice to the...
23,281
Posted By TheOther1
area=0 total=0 for area in `grep "North...
area=0
total=0
for area in `grep "North America" countries | awk '{print $2}'`
do total=$(($total+$area))
done
echo $total

Example:
monitor:/tmp# area=0; total=0; for area in `grep...
Showing results 1 to 3 of 3

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