Add tr content

tr documentation
pull/1492/head
Paul Marsicovetere 2 years ago committed by GitHub
parent 1a64743d56
commit f176082249
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/129-tr.md

@ -1 +1,8 @@
# Tr # tr
The tr utility copies the standard input to the standard output with substitution or deletion of selected characters.
See `man tr` for further information.
<BadgeLink badgeText='Cheat Sheet' colorScheme='blue' href='https://linuxopsys.com/topics/tr-command-in-linux'>tr Cheat Sheet</BadgeLink>
<BadgeLink badgeText='Documentation' colorScheme='blue' href='https://linuxcommand.org/lc3_man_pages/tr1.html'>tr Documentation</BadgeLink>

Loading…
Cancel
Save