In Unix/Linux and tools like Perl, the 'tr' (translate) utility or function is used to perform character-by-character translation, mapping characters in one set to corresponding characters in another set. 's' is for substitution (regex-based), and 't' and 'sd' are not standard character translation functions.