Hello, How to use enumports command, "you can define enumports command to point to a program which should generate a list of ports, one per line, to standard output"What does that mean? Theprogram look like what? Thanks. Didier
On Thu, 3 Oct 2002, Didier Brison wrote:> How to use enumports command, "you can define enumports command to point > to a program which should generate a list of ports, one per line, to > standard output"What does that mean? Theprogram look like what?-----cut here------------------ #!/bin/ echo "LPT1:" echo "LPT2:" echo "LPT3:" -----cut here------------------