Remove New Line Breaks from Text

Line Break Remover

Remove unwanted line breaks from text, especially useful for text copied from PDFs. Preserve paragraphs or remove all breaks.

Ready.
Ready.
Paylaş:

Print Linux Path Without Duplicates on different lines

 If you want to print the path and seeing so many duplicates or seeing everything nn the same line, you can use this solution.

Normally the solution to print path on different lines is:

echo "$PATH" | tr : "\n"

but only this wouldn't remove the duplicates.

To remove the duplicates, open ~/.bashrc and paste this to the end of file:

PATH="$(perl -e 'print join(":", grep { not $seen{$_}++ } split(/:/, $ENV{PATH}))')"
export PATH
alias listpath='echo "$PATH" | tr : "\n"'

This command makes sure that it will remove the duplicates and keep the correct order.

It also creates an alias so using `listpath` command would easily print as we want.



Paylaş:

Sort String Alphabetically

 

Alphabetical Sorter


Sort text items alphabetically. Supports comma or new-line separated lists, with number placement and reverse order options.

Ready to sort.
Ready.
Paylaş:

Number Sum - Average - Min - Max Calculator

Number Sum Calculator


Paste a list of numbers separated by commas or new lines. Non-numeric tokens are skipped automatically.

Sum: —
Numbers detected: —
Average: —
Min / Max: —
Ready.
Paylaş:

Text to/from Bytes or Hex Converter

Text ↔ Hex / Bytes Converter

Convert text to hexadecimal or decimal bytes, and reverse. Supports UTF-8. (Hex with spaces, with 0x prefix, plain, decimal bytes, binary bytes, octal bytes...)

Text → Hex / Bytes

Ready.
Paylaş:

Age Calculator

Age Calculator



Enter birth date and calculate full age details including next birthday info.

Your age: -
Age Status: -
Day of the Week: -
Days Remaining Until Next Birthday: -
Total Days Lived: -
Ready.
Paylaş:

Strong Password Generator

Strong Password Generator (Güçlü Şifre Oluşturucu)


Create strong passwords (open source and safe) instantly with your selected options.

Include 0-9
Include !@#$...
Ready.
Paylaş:

Case Converter

Case Converter (Büyük Küçük Harf Çevirici)

Case Converter

Case converter title image

Paste text, then choose one of the case options.

Ready.
Tip: You can copy the result with one click.
Paylaş:

Ara