CLI

Renamer featured image

Renamer

Batch file renamer with many options.

Rename files

My script I wrote a Python program that took less than 24s for over 27500 files: https://github.com/jbsilva/renamer It removes spaces and changes special characters recursively. …

avatar
Julio Batista Silva

Nohup and Disown

When we log out or type exit in a terminal, a hangup signal is sent to the shell, terminating all its child processes. The term used is hungup, as computer users from the last …

avatar
Julio Batista Silva

Remove CRLF

To maintain the standard used in old Teletypes, DOS/Windows uses two control characters to represent a line break, a Carriage Return (CR = 0x0D) and a Line Feed (LF = 0x0A), but …

avatar
Julio Batista Silva