I\'m trying to align contents of my file.txt to left side on std output using sed -r \'s/^[ \\t]*//\' and then apply sed -i \'s/XYZ/ABC/g\' file.txt
sed -r \'s/^[ \\t]*//\'
sed -i \'s/XYZ/ABC/g\' file.txt