Get your own customer support community

Recent activity

Subscribe to this feed
  • question

    Sebastian asked a question in Mozilla on August 23, 2009 12:25:

    Sebastian
    Accessing the local system?
    I am trying to write a pipe command which could run text through a text utility such as sed, grep and other great unix commands (usage: pipe this to sed 's/lol(cats)/funny $1/g')

    However I can't find a way to execute shell commands and return the result, javascript isn't suppose to do that kind of things. Is it possible with ubiquity?