The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
Issue with cron job -Please help
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Directory
Register
Forum Rules
FAQ
Contribute
Members List
Search
Today's Posts
Mark Forums Read
Thread
:
Issue with cron job -Please help
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
7
(
permalink
)
07-27-2007
bsandeep_80
Registered User
Join Date: Jul 2007
Posts: 103
Thanks for the help, I tried this and it worked:
strline=`head -1 $ccfile | cut -c1-10`
if [ "$strline" = "$sandeep_TXT" ]
and exported sandeep_TXT in in the script:
sandeep_TXT="ID"; export sandeep_TXT
Thanks again for ur help
Last edited by bsandeep_80; 07-27-2007 at
11:27 AM
.. Reason: change
bsandeep_80
View Public Profile
Find all posts by bsandeep_80