Sponsored Content
Operating Systems HP-UX How To Rotate A File in HP-UX? Post 302869377 by werkraft on Wednesday 30th of October 2013 07:30:10 AM
Old 10-30-2013
Sorry vbe, but if i understand that you write, it does not work

Code:
 5127 Oct 30 11:42 RmiService.stdout
mv RmiService.stdout RmiService.stdout.bak
5127 Oct 30 11:42 RmiService.stdout.bak
cp -p RmiService.stdout.bak RmiService.stdout
5127 Oct 30 11:42 RmiService.stdout
5127 Oct 30 11:42 RmiService.stdout.bak
> RmiService.stdout
5127 Oct 30 11:42 RmiService.stdout.bak
0 Oct 30 11:44 RmiService.stdout

--- Apliccation writes in this moment
    0 Oct 30 11:44 RmiService.stdout
5485 Oct 30 11:44 RmiService.stdout.bak  --> Itīs using this...

or----

Code:
 5127 Oct 30 11:50 RmiService.stdout
cp -p RmiService.stdout.bak RmiService.stdout.bak2
5127 Oct 30 11:50 RmiService.stdout
5127 Oct 30 11:50 RmiService.stdout.bak
> RmiService.stdout
5127 Oct 30 11:50 RmiService.stdout.bak
  0 Oct 30 11:56 RmiService.stdout

--- Apliccation writes in this moment
 5127 Oct 30 11:50 RmiService.stdout.bak
5485 Oct 30 11:57 RmiService.stdout --> Itīs using this...

In the last code the problem is the size os the file...that will be 358 (5485-5127)...
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

how to rotate log files

hi friends i need a shell script to rotate the logs in a directory, dated n days back. can anybody of help. appreciate.. (0 Replies)
Discussion started by: satya_skm
0 Replies

2. Shell Programming and Scripting

Help with script, trying to get tcpdump and rotate the file every 300 seconds

Greetings, I just started using scripting languages, im trying to get a tcpdump in a file, change the file name every 5mins ... this is what i have but its not working ... any suggestions? #!/bin/bash # timeout.sh #timestamp format TIMESTAMP=`date -u "+%Y%m%dT%H%M%S"` #tdump =`tcpdump... (3 Replies)
Discussion started by: livewire
3 Replies

3. UNIX for Advanced & Expert Users

log rotate

hi , what is the meaning of log rotate? how do i rotate /var/adm/wtmps log and gzip it? (6 Replies)
Discussion started by: cromohawk
6 Replies

4. Shell Programming and Scripting

Script for Log Rotate

Hello, I only know the basic for shell programing. I need help for this, I thinks this is a basic for anyone who know a litle of shell scripting. I need creat a script for a rotatate logs, when a filesystem is full. I have a filesystem. The rotate consist in zip the current log (copy) and... (1 Reply)
Discussion started by: El Rengo
1 Replies

5. Programming

Rotate an array

i have an array a={1,2,3,4,5} the output should be a= {4,5,1,2,3} please help me writin this program in c. (10 Replies)
Discussion started by: pgmfourms
10 Replies

6. UNIX for Dummies Questions & Answers

Rotate logs every 1 hour

Hello All, I am learning unix and basically I want to rotate one of my application logs every 1 hour. I need to rotate that file every one hour. I looked in the forums and googled.. but couldn;t get proper information. Requesting you all to kindly guide me. Our application is running on... (4 Replies)
Discussion started by: arunpvp
4 Replies

7. Shell Programming and Scripting

Help with a rotate log script

Hi all, Am trying to write my own log rotate script. Curremtly, what I have is as below: #!/bin/ksh file_to_rotate=${1} x=${2} while ] do let curr=${x} let prev=${x}-1 if ] ; then #echo "cp -p ${file_to_rotate} ${file_to_rotate}.${curr}" cp -p... (7 Replies)
Discussion started by: newbie_01
7 Replies

8. Shell Programming and Scripting

Script to rotate file log

Hi Experts, I have script on crontab and give output quite large. I would like to know how to create rotate log when the size of log maximum 50MB if the test.log is 50MB then create test.0 Thanks Edy (2 Replies)
Discussion started by: edydsuranta
2 Replies

9. Shell Programming and Scripting

Log rotate

Hi, I have below script in logrotate.d to rotate logs. logs are not rotating after the file grow to 1k, do you have any idea? Is it because of it just only 1K? Please let me know if the below syntax is in correct. # more trotate /sourcepath/*/servers/*/logs/*log... (2 Replies)
Discussion started by: lpprasad321
2 Replies

10. UNIX for Dummies Questions & Answers

Logs do not rotate

My problem: Both access and error logs do not rotate any more and get really large. They are located here: /srv/www/+vHost name here+/logs/ Configuration seems to be here: /etc/logrotate.conf => looks OK, including "size 10M" to avoid large files (/etc/logrotate.d => is empty) manually... (4 Replies)
Discussion started by: floko
4 Replies
MIDI2MG(1)						      General Commands Manual							MIDI2MG(1)

NAME
midi2mg - convert a midi file into midge(1) text format. SYNOPSIS
midi2mg [ options ] midi_file DESCRIPTION
midi2mg reads a midi file and writes its contents to a file in midge(1) text format. It prints a message to stdout for any midi events it can't handle. OPTIONS
-h or --help Display help text. -v or --verbose Print verbose messages to stdout. -q or --quiet Quiet. No stdout. -o file or --outfile file Write output to file. Otherwise converts file.mid to file.mg Outputs to stdout if file is `-'. When outputting to stdout quiet mode is automatically set unless verbose mode is set earlier on the command line. -w or --ignore-wrong-track Ignore MIDI events on the wrong channel instead of exiting. -n i[,j...] or --include-tracks i[,j...] Only convert the tracks in the comma separated list, with track numbers starting from 1. -N i[,j...] or --exclude-tracks i[,j...] Convert all tracks except those specified in the comma separated list. -t n or --tuplet-factor n An additional factor for files with odd note lengths, to prevent them being translated as decimals (n should be a prime number greater than 3). -F or --no-factorise Do not factorise time values (may help to decipher unusual tuplet values). BUGS
Does not correctly handle some text events. Does not handle SMTPE style tempo events. Does not handle changes of tempo/time_sig/key if these are on a separate tempo track. SEE ALSO
midge(1) AUTHOR
David Riley <dave@dmriley.demon.co.uk> 17 July 2006 MIDI2MG(1)
All times are GMT -4. The time now is 12:53 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy