![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| File properties | risshanth | UNIX for Dummies Questions & Answers | 2 | 02-03-2008 12:57 AM |
| properties for vi | shriashishpatil | UNIX for Dummies Questions & Answers | 2 | 04-20-2007 10:27 AM |
| Getting image properties | victorin | Shell Programming and Scripting | 3 | 08-21-2006 01:53 PM |
| How do properties effect script? | Chiefos | UNIX for Dummies Questions & Answers | 1 | 06-21-2006 03:23 AM |
| Directory properties | trekker | UNIX for Dummies Questions & Answers | 8 | 11-20-2001 05:55 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Array Properties
Hi All,
I have a code below but i have problems trying to execute "cat $jpg[1]". Can anybody give me any advise? Is there something wrong with my syntax ? Code:
#!/bin/csh set qqq = 123 set www = 456 set jpg = ( $qqq $www ) cat $jpg[1] |
| Forum Sponsor | ||
|
|