Am 15.06.2012 um 10:14 schrieb William Hay: > By check the directories out I mean something like (assuming Linux): > > cd /corp/tools/grid/v8_1_0/man > groff -Tascii -mandoc man1/qsub.1 |less
I get ESCs in the output, "less -R" seems to remove them. In case someone would like to use `man` directly for submit.1: there are two different versions of `man` around, the one on Linux is different than the one on a Mac. For the Linux versions you can also specify a path to a file instead or the command or option -l <name> to avoid the ususal search. On a Mac the option -l doesn't exist and one has to use a path to acces a local file. -- Reuti > This should give you the qsub manpage. NB it is important you do this > from the directory > specified in the manpath rather than the one containing qsub.1 or any > other directory as > the SGE qsub.1 manpage sources man1/submit.1 for its actual text. > > William > > _______________________________________________ > users mailing list > [email protected] > https://gridengine.org/mailman/listinfo/users > _______________________________________________ users mailing list [email protected] https://gridengine.org/mailman/listinfo/users
