![]() |
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 |
| How to Unzip a .ZIP file in Unix without using unzip cmd..????? | sureshg_sampat | Shell Programming and Scripting | 5 | 11-15-2008 04:44 AM |
| unzip via bash startup script problems | easysnowboards | Shell Programming and Scripting | 0 | 05-26-2008 02:25 AM |
| Script to unzip specific files | stumpyuk | Shell Programming and Scripting | 1 | 04-24-2008 02:38 PM |
| Shell script for unzip | nvkuriseti | Shell Programming and Scripting | 2 | 07-26-2007 09:46 AM |
| How to Unzip a .ZIP file in Unix without using unzip cmd..????? | sureshg_sampat | HP-UX | 5 | 02-08-2007 10:01 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
unzip in script using rsh
Hi
I have searched usr/bin and usr/sbin to try to find unzip but I cannot find it. My script is using the ksh #!/usr/bin/ksh but when I rsh to another box it cannot find unzip to unzip to a new archive, but I can unzip files when I am using a telnet session on the box. The error message returned is ksh: unzip: not found Any ideas? Thanks here is my code Code:
#!usr/bin/ksh host=dougall filedir=/home/testing/performance datefile=`date +%d%m%y%H%M` rcp -p TEST.zip $host:$filedir rsh $host "cd $filedir; unzip TEST.zip -d $datefile; cd $filedir/$datefile" |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|