Menu

#7 <C9>

open-postponed
5
2008-06-25
2008-03-16
No

In many commands I see the characters <C9>. What is this standing for?

Example qbets.java

However, it is is many other files also.

Discussion

  • Gregor von Laszewski

    • assigned_to: nobody --> jrobble
     
  • Jeffrey Robble

    Jeffrey Robble - 2008-03-18
    • status: open --> open-postponed
     
  • Jeffrey Robble

    Jeffrey Robble - 2008-03-18

    Logged In: YES
    user_id=1951185
    Originator: NO

    Please post an example of the output.

     
  • Jeffrey Robble

    Jeffrey Robble - 2008-03-18
    • status: open-postponed --> pending-postponed
     
  • Nobody/Anonymous

    Logged In: NO

    This can be confirmed on many files on a Mac whan doing a less on te source code.

    Here is an example output from another file:

    package org.cyberaide.gridshell.commands.job;

    import java.io.BufferedReader;
    import java.io.FileOutputStream;
    import java.io.PrintStream;
    import java.util.Arrays;
    import java.util.HashMap;
    import java.util.HashSet;
    import java.util.Iterator;
    import java.util.List;
    import java.util.Map;
    import java.util.Vector;

    import org.cyberaide.gridshell.commands.Command;
    import org.cyberaide.gridshell.commands.util.ArgumentParser;
    import org.cyberaide.gridshell.commands.util.PrintUtil;
    import org.cyberaide.gridshell.commands.util.RuntimeAdapter;
    import org.cyberaide.gridshell.commands.util.RuntimeListener;

    public class Submit extends Command {

    /*
    submit -j JOB
    */

    /*
    Submit a predefined job
    submit {-l | -j JOB | -t TASK <resource> | WORKFLOW <resource> }<C9> <options>

    Define a job on the command line and submit it
    submit -command command [-inputfiles file<C9>] [-outputfiles file<C9>]
    [-stdin file] [-stdout file] [-stderr file] [-stdstatus file]
    [-ttl time-to-live] [-start start-time] [-end end-time]
    [-duration duration-time] [-env environment] <resource> <options>

    <resource>
    {-r RESOURCE | -r endpoint [-f sshflags]}<C9>

    <options>
    [-n jobname] [-dry-run] [-p PERSON<C9>] [-s type]
    */

    private static final String LAST = "-l";
    private static final String JOB = "-j";
    private static final String TASK = "-t";
    private static final String WORKFLOW =

     
  • Gregor von Laszewski

    • status: pending-postponed --> open-postponed
     
  • Jeffrey Robble

    Jeffrey Robble - 2008-05-15

    Logged In: YES
    user_id=1951185
    Originator: NO

    This is probably a problem with your text editor or a corrupted file. It does not seem to be a problem with the code itself.

     
  • Jeffrey Robble

    Jeffrey Robble - 2008-05-15
    • status: open-postponed --> closed-postponed
     
  • Gregor von Laszewski

    • labels: --> old-gridshell
     
  • Gregor von Laszewski

    • status: closed-postponed --> open-postponed
     
  • Gregor von Laszewski

    Logged In: YES
    user_id=226052
    Originator: YES

    This is not a problem with the text editor

     
  • Gregor von Laszewski

    • assigned_to: jrobble --> laszewsk
     

Log in to post a comment.

MongoDB Logo MongoDB