skip to Main Content

Grep doesn't work when adding an extra character at the end of operator – Ubuntu

I am grepping (Ubuntu) multiples files with this command: LANG=en_US.UTF-8 grep -P -R -i -I -H -A1 "^name#.*?r[AÀÁÂÃÄaàáâãä]f[AÀÁÂÃÄaàáâãä][EÈÉÊËeèéêë]l s[IÌÍÎÏiìíîï]m[OÔÒÓÕÖoòóôõö].*?#.*?#.*?#.*?#.*?$" image_args_* Which returns a few results, this being of them: image_args_search_134.txt:name#Rafael Simões Vieira#1767###Emerenciana Rodrigues de Oliveira image_args_search_134.txt-#bati.#134#somelinkhere.com## -- but if I…

VIEW QUESTION

Nodemailer does not send mail from Ubuntu server

Good day, I have simple Nodejs program that is using Nodemailer: var syncSql = require('sync-mysql'); var nodemailer = require('nodemailer'); var syncCon = new syncSql( { host:'localhost', user:'_nodeuser', password:'_password', database:'mydatabase' }); var transporter = nodemailer.createTransport( { service: 'gmail', auth: { user:…

VIEW QUESTION
Back To Top
Search