Search Results

Search: Posts Made By: srnagu
Forum: AIX 09-28-2010
5,277
Posted By srnagu
Resource Group Monitoring
Hi,

I have a requirement to monitor the HACMP Resource Groups. At present in my environment, if the Resource Groups fail over from preferred node to Secondary node we dont get notification.
...
4,307
Posted By srnagu
If you want onlyy files to be deleted in the...
If you want onlyy files to be deleted in the current directory then use
rm -f *

or use find /DIRNAME -type f -maxdepth 1 -exec rm -f {} \;

If you need to remove all files in teh...
12,163
Posted By srnagu
But in this case I will be deleting the directory...
But in this case I will be deleting the directory ARCHIVE itself.

I need to delete only copied files
12,163
Posted By srnagu
Script required to copy and delete files
Hi All,

I have written a script to ensure all my ARCHIVE files are backed up retaining the directory structure.
The Script is--

#!/bin/sh
# Script to take backup of DCS Folders
# The file...
2,005
Posted By srnagu
sed command error
Hi,

Could some one help me please ?

When I execute this command

# paste -s -d"^m" swagent.log | sed '{s/\"\./\"\.\n/g}' > swagent.new

I get this error.

sed: Function {s/\"\./\"\.\n/g}...
Showing results 1 to 5 of 5

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