![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| If with set operators | Khoomfire | UNIX for Advanced & Expert Users | 2 | 04-25-2008 12:03 PM |
| bitwise operators | areef4u | UNIX for Advanced & Expert Users | 9 | 08-04-2006 09:39 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Hello,
I have a list of 'inputs' and i want to convert those on the second list named 'Desired Outputs', but i don't know how to do it? Inputs Desired Outputs 1 2 94 4 276 8 369 10 464 12 652 16 744 18 838 20 931 22 1111 26 Example, i know that the first number of the desired outputs will be 2, but from the second input '8' i have to make some arithmetics. I need to make a range between the current number less the before current number from the input list '94-1=93' this value will be divided into 50 '93/50=1.86=2' and for use this result i need to take it without decimals. Then, I'll use the before number from the desired output list which is in this case '2', finally '2+2=4', obtaining the next desired output, repeating this process to complete the desired output list. Thks for helping me. Filda |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|