Search Results

Search: Posts Made By: rpraharaj84
1,475
Posted By rpraharaj84
excellent that works cheers!!!
excellent that works


cheers!!!
1,475
Posted By rpraharaj84
Eliminating output?
Hi Folks,

I am writting a shell script for general purpose use....

i have created a function like below:-



largest_file()
{
clear
tput cup 20 30
echo please enter the full...
2,231
Posted By rpraharaj84
thanks for suggestion but req is diff here...I...
thanks for suggestion but req is diff here...I have to move the files daily through a cron script.....your suggestion will work if I do once....

but If i do daily then I have to copy the...
2,231
Posted By rpraharaj84
Thanks Scott for suggestion...I had to discard...
Thanks Scott for suggestion...I had to discard the tar methos as if I do tar for the first time I will get all the files in my back up location but.....as on my files gets loaded in primary directory...
2,231
Posted By rpraharaj84
moving files and creating a link to it
Hi All,

I am in a tricky situation where I have to move my files to a different mount point and create a link in place of the file which will point to the moved location.

to explain you in...
20,884
Posted By rpraharaj84
find with file size and show the size
Hi All...

is the below command be modified in sucha way that i can get the file size along with the name and path of the file

the below command only gives me the file location which are more...
4,851
Posted By rpraharaj84
cheers!!!! mate
cheers!!!! mate
4,851
Posted By rpraharaj84
SED variable substitution
Hi Chaps...

I have a log file as below:-


01 Oct 2009 12:57:56 DEBUG [pollingThread]:

01 Oct 2009 12:14:21 DEBUG [pollingThread]:.....
.
.
.
.05 Oct 2009 14:31:56 DEBUG...
2,059
Posted By rpraharaj84
cheers!!! mate its working now....Many thanks for...
cheers!!! mate its working now....Many thanks for your suggestion.
2,059
Posted By rpraharaj84
can you please explain what you mean by "absolute...
can you please explain what you mean by "absolute pathnames in your script"

I have the script in /domain/appplication/memory/ directory which i have included in CRON entry... I get the...
2,059
Posted By rpraharaj84
CRON entry..... 15 * * * *...
CRON entry.....

15 * * * * /domain/appplication/memory/script.sh >> /domain/appplication/memory/log/cron.log
2,059
Posted By rpraharaj84
strange CRON problem
Hi All,

I am facing a strange problem with my shell script when I run the script from CRON.

script----

#!/bin/ksh
date_var=`date "+%Y%m%d%H%M%S"`
memory_file_name=Mem-"$date_var".csv
...
Showing results 1 to 12 of 12

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