Take a backup of the databases before removing mysql [code language=”bash”] rm /usr/local/mysql rm -rf /usr/local/mysql* rm -rf /Library/StartupItems/MySQLCOM rm…
Tag Remove
Remove all whitespace from file perl -lape ‘s/\s+//sg’ INPUT.TXT > OUTPUT.TXT Remove whitespace more than one space perl -wlpe ‘~…
Remove Comma Character from Column — Use the below sql query, which will remove , from the string UPDATE data_dict…