I'm following a mean stack book at th moment but seems to be that gulp doesnt like my Linux too much. I need to run tasks but bash is refusing to run my tasks to minify my JS file. I've tried NPM gulps documentation and Gulp official but still not li...
I would like to find an icons theme somewhere to cd and then to replace and add/insert in all SVG files in multiple specific folders. I am not sure if my bash/shell codes are bad and inelegant in your eyes. Firstly begins the function go_dir_to_bree...
Hi, I would like to search elements to remove Gravit metadata and its base64 (<![CDATA[...==]]>) to optimise the SVG files. Here are: <gravitDesigner:gravitElementRef xmlns:gravitDesigner="http://ns.gravit.io/" xlink:href="#...."/> <gravitDesigner:gr...
It's been really frustrating sometimes when following along in tutorials that make use of the terminal, that Command Prompt doesn't support a lot of default Linux/UNIX/MacOS supported commands like grep, etc. Just yesterday, I realized that I have an...
One of my favorite is the following bash command: exec 1> >(logger -s -t $(basename $0)) 2>&1 which added at the top of your bash causes all stdout and stderr to be direct to syslog while instructing the logger to include the name of the script (via ...