Search Results

Search: Posts Made By: msubbums
54,165
Posted By msubbums
use perl
by perl u can do the following

perl -pi -e 's/::/:/g' <filename>

This replaces ur '::' to ':' in the file directly.
10,976
Posted By msubbums
use the script
Hi,

use grep -v option before u run rm command

find arg|grep -v pat -exec rm {} \;


regards
Subbu Malepati
2,423
Posted By msubbums
use a script in cronjob
1. write a script that copies the log file.
2. do cat >>logfile
3. test the script
4. Add entry in the cronjob


Subbu
7,341
Posted By msubbums
Use od (octal dump ) command
Use od (octal dump ) command
7,341
Posted By msubbums
Use od (octal dump ) command
Use od (octal dump ) command

Subbu Malepati
3,270
Posted By msubbums
Re:
Hi,

Use a script on remote such that it calls another scipt on remote machine with nohup <scriptname-abspath>.

-regards
SubbuMalepati
6,059
Posted By msubbums
Re:
Hi,

I have solution for this.

Suppose you have a file with "Perform.01222006.12345.Log" and want to rename
as "Perform-01222006.dat".

Solution:
Go to the directory where u have the...
Showing results 1 to 7 of 7

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