How To: cdspell – Directory Typo Correction
The cdspell option in Bash is a helpful feature that automatically corrects minor typing mistakes in directory names when using the cd command. This guide explains how to enable and use this time-saving functionality.
shopt -s cdspell echo "shopt -s cdspell" >> ~/.bashrc
Login
0 Comments
Oldest