DevUtil Toolkit
HomeCategories
← Back to categories

terminal Utilities

6 utilities found

Delete Files Recursively by Pattern

Find and delete files matching a specific pattern recursively through directories using the find command

intermediate🐧🍎
#terminal#find#delete

Get Public IP Address from Terminal

Quick command to retrieve your public IPv4 address from the command line using curl

beginner🐧🍎
#terminal#networking#ip-address

Oh My Zsh Installation Guide

Install and configure Oh My Zsh for an enhanced terminal experience with themes and plugins

beginner🐧🍎
#zsh#oh-my-zsh#terminal

Remove CSV Column from Terminal

Remove specific columns from CSV or delimited text files using the cut command in terminal

beginner🐧🍎
#terminal#csv#cut

Valgrind Memory Leak Detection

Use Valgrind to detect memory leaks and analyze memory usage in C/C++ programs with detailed reports

intermediate🐧🍎
#valgrind#debugging#memory-leaks

Zsh Configuration File (.zshrc)

Custom .zshrc configuration file with aliases, environment variables, and shell optimizations

intermediate🐧🍎
#zsh#zshrc#configuration