![]() |
|
|
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 |
| Formatted Output | dhanamurthy | Shell Programming and Scripting | 6 | 05-13-2008 03:30 AM |
| Formatted output - awk | dhanamurthy | Shell Programming and Scripting | 3 | 05-12-2008 12:25 AM |
| formatted output with commas | joeyg | Shell Programming and Scripting | 4 | 03-04-2008 03:54 PM |
| Formatted output in KSH | psynaps3 | Shell Programming and Scripting | 1 | 07-05-2006 09:03 AM |
| How to concatenate two strings or several strings into one string in B-shell? | fontana | Shell Programming and Scripting | 2 | 08-26-2005 12:58 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
csh formatted strings
Hi,
currently I'm trying to write a csh script that should do the following: set i = 1 while ($i < 100) { cp AAA BBB set i = $i +1 } where AAA is a string like this file.11.txt, file.21.txt, ... and BBB is a string like this file_0001, file_0002, ... Is it possible to generate the string AAA and BBB automatically from the variable i? Every hint is appreciated! Kind regards, Sebastian. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|