Remove a space in front of word or words in a file
Script to remove space in front of a word in a file? Just use this command to remove the space in front. cat filename |cut -d”:” -f2 |sort | sed -e ‘s/^[ \t]*//’ Now...
Script to remove space in front of a word in a file? Just use this command to remove the space in front. cat filename |cut -d”:” -f2 |sort | sed -e ‘s/^[ \t]*//’ Now...
Email Clients / Outlook 2007 / Outlook 2010 / Outlook 2013
Enable SMTP Authentication in Outlook
17 Aug, 2013