Hi experts,
Please help me on the below:
how to write a shell script to search and delete files on windows server.
-script runs on unix box
-it should search for specific files on windows server and delete them periodically.
Hi experts,
Please help me on the below:
how to write a shell script to search and delete files on windows server.
-script runs on unix box
-it should search for specific files on windows server and delete them periodically.
Hi,
It will be great help if any of them can provide or tell which scripting is possible to write for checking folder exists or not in Windows server from Unix/Windows machine.
If folder doesn't exist then need to create the folder through script and copy the files.
It is on very highly required. Please post the script asap.
Regards,
Prakash
hi Experts...
I m trying to run a batch script in Windows server which executes unix commands on the unix server...the problem is i wnt the output in HTML format.so in my batch script i m giving the cmd like
ksh HC_Report.ksh>out.html...but it generates the HTML file in
windows server.i wnt the same cmd(ksh HC_Report.ksh>out.html) to be executed on unix server..s der any possibilitie
Hiya,
I have lubuntu 11.10 installed on Acer Revo 3610
I have always used windows and have recently changed my media PC to Lubuntu.
I usually work in .NET and windows.But recently I have a problem which involves the unix server. The unix server is having text files whose data needs to be inserted to sql server database in another windows server. I need to insert the data on regular time interval of 15 mins automatically. I will be able to do the same by writing a windows services...but no idea in Unix..please help..
Hi Experts,
i need a little help.
i have different folder that contain files that need to be deleted.
I have a script which will upload files from a specific directory (with rsync) to the server, but in the mean time another script will pull files from the server (also with rsync and with the --delete flag).
This means, that when I add a lot of files to it and rsync is in the process of uploading files and the download script is also being run, some files (which are not yet uploaded to the server
Hi group,
I am very beginner in shell scripting and self learning.
I am trying to create and executable script to run awk from user defined variables.
e.g. suppose from a given file I want to delete some rows or some columns
We need to repeat this process for many files. Thus I was trying to write a script. Any help will be really great.