Ports for SerenityOS
Collections What's new Versions Info Sign in

tr (OpenBSD) 6.7 🞉

Translate or delete characters from standard input, and write the result to standard output.

cd Ports/tr
./package.sh

The tr command has been part of Unix and Unix-like operating systems since the early days of computing. It was originally developed to provide a simple way to translate characters in text files between different character sets, such as ASCII and EBCDIC.

Over time, tr has evolved to become a versatile tool for a wide range of text processing tasks. It can be used to replace or delete characters, squeeze repeated characters, and complement sets of characters.

The main purpose of tr is to transform text data in a flexible and efficient manner. It is commonly used in shell scripts and command pipelines to manipulate text files and data streams.

Website: https://github.com/ibara/libpuffy

Port: https://github.com/SerenityOS/serenity/tree/master/Ports/tr

Dependencies: libpuffy 🖧

Sign in to vote

✍️ Edit this page

Similar ports

Port icon has the following license: Attribution 4.0 International (CC BY 4.0)