![]() |
|
|
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 |
| please convert the below program into shell script | mail2sant | Shell Programming and Scripting | 3 | 04-10-2008 09:39 AM |
| convert unix script to perl | gholdbhurg | Shell Programming and Scripting | 2 | 03-25-2008 01:42 PM |
| Shell Sript | jazz8146 | UNIX for Dummies Questions & Answers | 3 | 01-11-2008 02:07 PM |
| Shell Sript - Spell Checker Assign | ccfc1986 | Shell Programming and Scripting | 9 | 11-15-2007 12:52 AM |
| Convert shell script for looping | le0pard13 | Shell Programming and Scripting | 4 | 06-07-2007 08:42 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
convert the below perl sript to shell script
perl script:
my $logdir = '/smp/dyn/logfiles/fsm/mp/mp'; $logdir = $logdir ."/mp${toDate}*"; i tried to make it..as below .. but not working .. date +%m%d%y logdir = /smp/dyn/logfiles/fsm/mp/mp logdir=$logdir/mp"$date" but it was not working..... can someone please help me out in this.. |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|