#bash
3 articles
Application
2019-05-08
Redirect with exec Command
Master shell exec command for dynamic file descriptor redirection, input/output control, and terminal manipulation.
#bash#shell script#exec
Application
2017-09-26
Created Git Shortcut Commands in .bashrc
Create powerful git aliases and bash functions for branch checkout, pull, and push operations using .bashrc configuration.
#bash#Git#shell script
Application
2017-09-26
Got Tired of Typing Directories with the cd Command, So I Made It Easier with a Shell Script
Simplify bash directory navigation using shell scripts with menu selection for faster command-line traversal and productivity.
#bash#shell script