Forum: Shell Scripting Apr 22nd, 2008 |
| Replies: 5 Views: 1,323 nope dpesnt help me , have no clue how to sub function |
Forum: Shell Scripting Apr 22nd, 2008 |
| Replies: 5 Views: 1,323 OH YEa also I have afile named cen which has the tempertures as follow
1
8
22
43
89
283
120
212
1043 |
Forum: Shell Scripting Apr 22nd, 2008 |
| Replies: 5 Views: 1,323 Hi I am trying to write a script that converts centigrade to fahrenheit and vice versa I need to use a sub-function to perform the calculations. Can anyone help me get started on this I am kinda lost... |
Forum: Shell Scripting Apr 16th, 2008 |
| Replies: 3 Views: 776 HELLO i HAVE A SCRIPT THAT TAKES INFORMATION FROM 2 FILES AND PUT IT IN ONE, NOW I NEED TO PUT ALL THE INFORMATION(OUTPUT) INTO A NEW FILE , THIS IS HAS TO BE DONE IN THE ORIGINAL SCRIPT NOT COMMAND... |
Forum: Shell Scripting Apr 10th, 2008 |
| Replies: 0 Views: 637 Please help!!!!
ok
the first file is this
dave 734
bob 313
carol 248
mary313
ted248 |
Forum: Shell Scripting Apr 10th, 2008 |
| Replies: 1 Views: 580 Please help!!!!
ok
the first file is this
dave 734
bob 313
carol 248
mary313
ted248 |
Forum: Shell Scripting Apr 10th, 2008 |
| Replies: 13 Views: 2,740 Please help!!!!
ok
the first file is this
dave 734
bob 313
carol 248
mary313
ted248 |
Forum: Shell Scripting Apr 10th, 2008 |
| Replies: 1 Views: 580 I got 2 fiels with information on both i need to put the information all in one file useing loop. how the hell do I do that, I have 2 files one named p21 the p22 and now in a looping structure i... |
Forum: Shell Scripting Apr 9th, 2008 |
| Replies: 13 Views: 2,740 SEE THE THING IS, i HAVE 2 FILES ONE WITH NAMES WITH DAYS AND THE OTHER WITH NAMES AND NUMBERS. SOMEHOW I NEED TO TAKE INFORMATION FROM BOTH FILES AND PUT IT IN ONE FILE USING LOOP STATEMENT. I HAVE... |
Forum: Shell Scripting Apr 9th, 2008 |
| Replies: 13 Views: 2,740 yes I do , I ahve read the looping chapter but dont really understand which loops to use cause the examples are different |
Forum: Shell Scripting Apr 9th, 2008 |
| Replies: 0 Views: 573 HI i AM TRYING TO WRITE A SHELLS SCRIPT THAT WILL TAKE INFORMATION FROM 2 FILES AND COMBINE IT INTO ONE FILE USING LOOP, NOW i AM STUCK i GOT THE 2 FILES
ONE IS NAMED DATE
THE OTHER IS NAME
... |
Forum: Shell Scripting Apr 9th, 2008 |
| Replies: 13 Views: 2,740 I have the files inputed but I just dont know what loop statement to use and to get it to print it in a file in order by date |
Forum: Shell Scripting Apr 9th, 2008 |
| Replies: 13 Views: 2,740 HEY, I am new at this but I am in a middle of an excercise for an online class I am taking and I am doing a exercise and I am stuck. the instruction are as follow
: write a shell script that will... |