Search Results

Search: Posts Made By: hamsa
8,019
Posted By hamsa
no its `cat passfile ` only i donno why the error...
no its `cat passfile ` only i donno why the error is coming
it is always pointing the last line (i.e echo)
24,079
Posted By hamsa
how to run a Script automatically
How to make a script run automatically using a cron??

i do not know abt cron......

if i have simple.sh file and i need this to run everyday at a particular time what needs to be done

...
8,019
Posted By hamsa
#!/bin/sh # TEST - Assign Date Value to...
#!/bin/sh
# TEST - Assign Date Value to Variable

trap 'stty sane; exit' 1 2 15
dataloading()
{
sqlplus -s $username/$password @$SQL_DIR/createsql
sqlplus -s...
8,019
Posted By hamsa
End of file unexpected error
Hi,

I am new to unix. I have written a script whenever i am giving

sh filename.sh its prompting unexpected end of file in line number 40

in that line i have echo statement

what do i need...
11,859
Posted By hamsa
Thanks i want to delete a file based on the...
Thanks i want to delete a file based on the created time not modified.Will the above command works for this.

For ex if i modify a file which was created five days earlier will it also gets deleted
11,859
Posted By hamsa
Thanks for the info.but how can i delete files in...
Thanks for the info.but how can i delete files in a directory that are created 5 days back.....
11,859
Posted By hamsa
need to create a file with its name having system date
Hi,

Iam new to unix . I need to write a scritp which can create a file having sysdate as a part of it.and i also need to delete file which is created five days before in a directory.pls Help me...
Showing results 1 to 7 of 7

 
All times are GMT -4. The time now is 09:20 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy