#!/bin/bash find ./* -type f -print0 | xargs -0 sed -i -e "s/^\(\s*$1\)/\/\/\1/" #
$ ./comment 'trace('