Search Results

Search: Posts Made By: bmkreddy
Forum: Solaris 07-10-2007
71,451
Posted By bmkreddy
I got solution for this one i need to change my...
I got solution for this one i need to change my command like this

find -type d -mtime +3 -exec rm -r {} \;


Or

find -mtime +3 -exec rm -r {} \;


Thanks
Forum: Solaris 07-10-2007
71,451
Posted By bmkreddy
I got solution for this one i need to change my...
I got solution for this one i need to change my command like this
Forum: Solaris 07-10-2007
71,451
Posted By bmkreddy
How to delete Directory and inside files using Find command
I am using the following Command to delete Directory with contents. But this command is deleting inside files only not directories. is there any change need in my command?

find -type f -mtime...
20,045
Posted By bmkreddy
is there any way to write script without...
is there any way to write script without downloading the third party software?

I have a files on windows machine at \\Laoefr02\gigimstr$

and i want down load these files on unix machine at...
20,045
Posted By bmkreddy
Automatic FTP Script from windows to unix machine
Hi

i need to FTP files from windows to unix(sun) machine using script. what are the scripts commands i need to use to transfer files


Thanks
3,547
Posted By bmkreddy
Thanks for your reply. Now i am trying to run ...
Thanks for your reply. Now i am trying to run the following script,
Script name is TestScript.sh#!/bin/sh

if [ -f /users/home/conmjr/*.txt];

then

cd /users/back_scan

fi

But , i am...
3,547
Posted By bmkreddy
How to process the files using .tar.gz files in script
Hi,

I have some file in /users/xyz directoty with .tar.gz extension. i need to find these files and if found in need to run other commands. I now the command for finding files,but how to put...
3,665
Posted By bmkreddy
Writing shell script
Hi,

I am a new for shell script. i need to write script using the following commands

cd /usres/test
# create directory
mkdir temp+DATE( i need to append date )

#moving files from one...
Showing results 1 to 8 of 8

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