![]() |
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 |
| different shell csh bash | ajp7701 | Shell Programming and Scripting | 1 | 04-18-2008 05:19 PM |
| Bash Shell | BG_JrAdmin | Linux | 1 | 08-07-2006 02:56 PM |
| Bash shell ... | VijayHegde | Shell Programming and Scripting | 2 | 06-06-2006 09:09 AM |
| need help with bash shell script | vmtailor | UNIX for Dummies Questions & Answers | 2 | 03-03-2005 04:30 PM |
| Bash Shell Scripts | sonbag_pspl | UNIX for Dummies Questions & Answers | 2 | 08-27-2004 02:31 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
c shell instead of bash
(reposting this with a better title)
Cool. I played with scripts at home over the weekend. Come to find out not working on other shells. I have linux/bash at home, but now I'm trying on Solaris csh. How would I write the following script for Solaris C shell? ---------- #!/bin/bash NBR=231 for ((i = 0; i < $NBR; i++ )) do printf "0 | 0 | $i |key$i$i |\n" >> printi.txt done exit ---------- Ok maybe I should just search it myself, but asking this way is so much lazier and faster! :-) thank you so much |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|