![]() |
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 |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| File properties | risshanth | UNIX for Dummies Questions & Answers | 2 | 02-03-2008 04:57 AM |
| properties for vi | shriashishpatil | UNIX for Dummies Questions & Answers | 2 | 04-20-2007 01:27 PM |
| Getting image properties | victorin | Shell Programming and Scripting | 3 | 08-21-2006 04:53 PM |
| How do properties effect script? | Chiefos | UNIX for Dummies Questions & Answers | 1 | 06-21-2006 06:23 AM |
| Directory properties | trekker | UNIX for Dummies Questions & Answers | 8 | 11-20-2001 09:55 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | 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] |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|