Search Results

Search: Posts Made By: radhirk
Forum: Solaris 04-15-2009
5,516
Posted By radhirk
kill the processes seen under ptree
Hi,

How to kill the processes running under ptree ?

I am noticing lot of processes running under ptree with ssh ? I tried to kill with -9 option which is not working ?


Thanks,...
15,003
Posted By radhirk
Hi, Basically I would like to find the...
Hi,


Basically I would like to find the files which are created in the past 1 hour and copy thos eonly ???

Thanks,
Radhika.
15,003
Posted By radhirk
Hi , Can I use this logic in my script to...
Hi ,


Can I use this logic in my script to select only the files that are creted in the last 1 hour ??/

if [ -n "$(find
file1 -prune -newer file2)" ]; then

printf %s\\n...
15,003
Posted By radhirk
Hi I would like the file modification...
Hi

I would like the file modification time to be in hours not in days like 1 day ago or 2 days ago.

I would like have it to be in hours..


here is my logic

export ts=`date...
15,003
Posted By radhirk
Hi Rhije, Why not just use rsync? It can...
Hi Rhije,

Why not just use rsync? It can be a bit confusing.. but very very configurable!

I don't have much idea about the rsync command ? I have just gone thru the rsync man page .


Here...
15,003
Posted By radhirk
Hi angheloko, why not use find instead of ls...
Hi angheloko,
why not use find instead of ls in filtering the files that needs to be copied, that way you can use the -mtime (can be used filter files based on the last mod time), -name, -type and...
15,003
Posted By radhirk
Here I can move the files on remote server to a...
Here I can move the files on remote server to a different directory.
But how come the local server knows that it shouldn't transfer already transferred files in the next hour run ? The files that...
15,003
Posted By radhirk
Shell script to transfer the files from source to target server.
I need to write a shell script to transfer the files every hour from source - target server.
The cron job should be running every hour and shouldn't copy already copied files to the remote server ?...
Showing results 1 to 8 of 8

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