echo "!omg" outputs -bash: !omg: event not found
- How I can output !omgstring to console?
- My problem arises because I need to execute some node code using command line: - node -e "var code = function(){ console.log('which contains a lot of !'); }; !func();"
 
     
     
    