# File lib/more/facets/shellwords.rb, line 10
  def escape(cmdline)
    cmdline.gsub(/([\\\t\| &`<>)('"])/) { |s| '\\' << s }
  end