Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ptbatcher(1) [debian man page]

PTBATCHER(1)							       HUGIN							      PTBATCHER(1)

NAME
PTBatcher - CLI interface to Hugin Batch processor SYNOPSIS
PTBatcher [options] -a input.pto DESCRIPTION
PTBatcher Queues and processes stitching projects. Functionality is similar to the the GUI Hugin Batch Processor. The default action with the -a parameter is to add the specified project to the stitching queue and exit. The stitching queue may be processed by the GUI Hugin Batch Processor application, or by PTBatcher without a GUI, but not by both at the same time. To process the queue with PTBatcher use the -b parameter. OPTIONS
-a file add project to queue. Unless -o option is present, the default prefix is appointed. -o output prefix (together with -a option) -l list all projects in batch queue -c clear all projects from batch queue -x id remove project with specified id -r reset all projects to waiting status -b start batch process -p use parallel processing (together with -b option) -d delete .pto files when complete (together with -b option) -s shutdown computer when complete (together with -b option) -v verbose mode -h print this help SEE ALSO
hugin(1) PTBatcherGUI(1) AUTHORS
Thomas Modes, Marko Kuder "Version: 2011.4.0" 2011-12-02 PTBATCHER(1)

Check Out this Related Man Page

qmove(1B)								PBS								 qmove(1B)

NAME
qmove - move pbs batch job SYNOPSIS
qmove destination job_identifier ... DESCRIPTION
To move a job is to remove the job from the queue in which it resides and instantiate the job in another queue. The qmove command issues a Move Job batch request to the batch server that currently owns each job specified by job_identifier. A job in the Running , Transiting , or Exiting state cannot be moved. OPERANDS
The first operand is the new destinationfor queue @server queue@server See the PBS ERS section , "Destination Identifiers". If the destination operand describes only a queue, then qmove will move jobs into the queue of the specified name at the job's current server. If the destination operand describes only a batch server, then qmove will move jobs into the default queue at that batch server. If the destination operand describes both a queue and a batch server, then qmove will move the jobs into the specified queue at the speci- fied server. All following operands are job_identifiers which specify the jobs to be moved to the new destination. The qmove command accepts one or more job_identifier operands of the form: sequence_number[.server_name][@server] STANDARD ERROR
The qmove command will write a diagnostic messages to standard error for each error occurrence. EXIT STATUS
Upon successful processing of all the operands presented to the qmove command, the exit status will be a value of zero. If the qmove command fails to process any operand, the command exits with a value greater than zero. SEE ALSO
qsub(1B), pbs_movejob(3B) Local qmove(1B)
Man Page

15 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Schedule a Batch file to delete files at particular intervals

(5 Replies)
Discussion started by: Indom
5 Replies

2. Windows & DOS: Issues & Discussions

Schedule a Batch file to delete files at particular intervals

Hi, I need to write a batch file/shell script that runs at specified intervals daily and deletes specified set of files. Can anyone pls help me with the code. Thanks, Indom. (6 Replies)
Discussion started by: Indom
6 Replies

3. AIX

CPU Processor ID

Hallo, does anybody knows a trick to change the Processor ID in AIX 4.3.3. Thanks a lot (9 Replies)
Discussion started by: UXNI
9 Replies

4. Shell Programming and Scripting

Displaying the Last Modification Time of a specific file

How can I get and display the last modification time of a file? in scripting or specifically using Batch file I want this info for me to determine whether an image has been edited or not by using the last modification time and compare it to our stored date of modification. can somebody help... (5 Replies)
Discussion started by: jaque18
5 Replies

5. Shell Programming and Scripting

removing items from a file with batch

Please assist with awk scirpts: I need to remove items from a file in a batch: The file that I will remove from has the following format: abc00tef:10.81.12.3 abc01tef:10.81.12.3 abc02tef:10.81.12.3 abc03tef:10.81.12.3 abc04tef:10.81.12.3 abc05tef:10.81.12.3 I have a file which... (5 Replies)
Discussion started by: amir07
5 Replies

6. Solaris

GUI not working... CLI is working fine

Hello, I have X4500 running Solaris 10. I can access it through CLI but I cannot see the GUI. When I reboot it, the GUI works till all the files are loaded (ie., the initial boot sequence) and it prompts me to enter username and password and there it ends. The screen just has a blinking cursor... (4 Replies)
Discussion started by: bharu_sri
4 Replies

7. Red Hat

How to go to GUI from text mode?

(5 Replies)
Discussion started by: zaheer.gr8
5 Replies

8. Shell Programming and Scripting

Batch file to remove double quotes from a file

Hi I have to create a windows batch file which will read an input file and remove "double quotes" from each line of the file. For eg.If input file name is abcd.csv and contents is : "asasd,123123,213213,asd" "esfrf,dsfsdf,234324,sdfsdf" Then the batch file should remove "" from the... (11 Replies)
Discussion started by: akashtcs
11 Replies

9. UNIX for Dummies Questions & Answers

Batch Renaming of Files

Hello all, thanks for your time (and this forum, what an awesome resource for newbs like myself!) Anyways, I've been given the task of importing content from a directory of about...7000 HTML files. They are all named appropriately and broken down by name depending on what book they belong too.... (8 Replies)
Discussion started by: gratefulhokie
8 Replies

10. UNIX for Advanced & Expert Users

Batch of incremental copy

Hi Everybody I have intalled new server at our LAN but I need special program or batch file to check two folders in different servers to make incremental copy. can any one advice me to solve this problem. Thank you (4 Replies)
Discussion started by: bintaleb
4 Replies

11. Windows & DOS: Issues & Discussions

Batch script executes twice

Hi, Batch script gets executed without any error, but on execution some of the partial contents of the batch file gets appended at the end of the file which is currently in execution, hence the script tries to execute again for the second time , which should not happen. How to get it... (5 Replies)
Discussion started by: milink
5 Replies

12. Shell Programming and Scripting

Batch download

............. (9 Replies)
Discussion started by: hoo
9 Replies

13. Shell Programming and Scripting

Cd ib Batch File not work

Why does not work a cd in a shell schript file. How do you get to run it? I use these code: #!/bin/sh cd workspace array=($(ls -d */)) echo ${array} But it doesn't change to workspace editby bakunin: please user CODE-tags as required by the rules. Thank you. (5 Replies)
Discussion started by: Linuxmann
5 Replies

14. Shell Programming and Scripting

Batch cycle and move files, please help

Hi guys, I'm not a great programmer but I do this project with a cool data and it has tons and tons of files which I need to sort before I can work with it. The problem I need to solve is to move all files that look like /X/Y/A_BC.xml to /X/B/A/Y/BC.xml So it involves cycling through... (7 Replies)
Discussion started by: drunkoctopus
7 Replies

15. Windows & DOS: Issues & Discussions

Ffmpeg

Hello everyone, I am new here so forgive me if this is in the wrong place. I am new to shell script and am trying to write a script to use with a program called ffmpeg. Would this be something I could get help with here? set /p VIDEO=Enter full name of video file on desktop: md... (7 Replies)
Discussion started by: junorich
7 Replies