netstat -p | grep ":9104" on ubutu/fedora etc. (modern) should display the program name farthest right column. -- Ryan Lewon
On Wed, Feb 1, 2012 at 3:03 PM, Matt <[email protected]> wrote: > He meant grep, not find. > > > On Wed, Feb 1, 2012 at 4:46 PM, Nikita Vasilyev <[email protected]> > wrote: >> >> Thanks! `find ":9104"` gives meĀ "Parameter format is not correct" so I'll >> use JS like `.split('\n').filter(function(line) {return new RegExp(':' + >> port).test(line)})` >> >> -- >> Job Board: http://jobs.nodejs.org/ >> Posting guidelines: >> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines >> You received this message because you are subscribed to the Google >> Groups "nodejs" group. >> To post to this group, send email to [email protected] >> To unsubscribe from this group, send email to >> [email protected] >> For more options, visit this group at >> http://groups.google.com/group/nodejs?hl=en?hl=en > > > -- > Job Board: http://jobs.nodejs.org/ > Posting guidelines: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > You received this message because you are subscribed to the Google > Groups "nodejs" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
