The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com



UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !!

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
invoking a shell script inside cgi shell script smriti_shridhar Shell Programming and Scripting 2 07-09-2008 02:50 AM
Accessing variables of one shell script in another shell script looza Shell Programming and Scripting 2 06-30-2008 08:13 PM
To call/execute a shell script from a shell script konark UNIX for Dummies Questions & Answers 1 10-26-2007 06:16 PM
How to Run a shell script from Perl script in Parent shell? hifake Shell Programming and Scripting 16 08-28-2007 09:42 PM
Have a shell script call another shell script and exit heprox Shell Programming and Scripting 2 11-20-2006 08:17 AM

Reply
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Bulgarian Greek Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 4 Weeks Ago
abhishek_510 abhishek_510 is offline
Registered User
  
 

Join Date: Nov 2009
Posts: 2
FTP shell script

Hi
I am new in UNIX field. I don't know if I am posting in right forum or not. And I have also found out that there are so many posts about ftp shell scripting. I have tried those but actually having some problem.
Well, my script should do the following..... It finds files( the filename ended with the date) inside a directory. Then it zipped those files. Then it ftp's the zipped file to target directory and mail the location where the zipped file is kept.
I am able to find the files but having the problem with zipping them.Can anyone help me with that?
  #2 (permalink)  
Old 4 Weeks Ago
fpmurphy's Avatar
fpmurphy fpmurphy is offline Forum Staff  
Moderator
  
 

Join Date: Dec 2003
Location: Florida
Posts: 1,937
Please show us what you have managed to do so far.
  #3 (permalink)  
Old 4 Weeks Ago
abhishek_510 abhishek_510 is offline
Registered User
  
 

Join Date: Nov 2009
Posts: 2
COMMON_TOP=$1
export COMMON_TOP

USERNAME=abhishek
TARGET_HOST=ftp123.mysite.com
TARGET_DIR=/smart/d01/.

ERROR_LOG=/tmp/smart_scp_error.log
SMART_MSG=/tmp/smart_msg.txt

EMAIL_LIST="abc@gmail.com, xyz@gmail.com"
FROM=abhishek@mysite.com


if [ -f $ERROR_LOG ]; then
rm $ERROR_LOG
fi

`find $COMMON_TOP/temp/. -name "*_date" ......' here i am facing the problem
  #4 (permalink)  
Old 4 Weeks Ago
binlib binlib is offline
Registered User
  
 

Join Date: Aug 2009
Location: New Jersey
Posts: 72
On Unix, tar or cpio is usually used to bundle files and gzip or bzip2 is used to compress a file. You do something like:

Code:
tar cf - `find ...` |gzip > out.tar.gz

Reply

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 01:24 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0