Tag: cli
All the articles with the tag "cli".
Compress PDF Files from the Command Line Using a Bash Function
Updated: at 02:05 PMReduce PDF file sizes securely directly from your computer using a simple bash function `smallpdf`, ensuring privacy and efficiency without compromising quality.
Avoid "binary file matches" on Log Files
Updated: at 05:32 AMLearn how to make `grep` show you the text in supposed binary files, ensuring you don't miss critical information hidden in your log files due to emojis or special characters.