Action unknown: copypageplugin__copy
public:shell_remove_cmtblan
Shell: remove comments and blank lines
cat file.txt | egrep -v '^s*(#|$)'
or
cat file.txt | grep -Ev '(#.*$)|(^$)'
—
return to gimbo wiki home page
public/shell_remove_cmtblan.txt · Last modified: by 127.0.0.1