I am a newbie and would like to know if there is any way to eliminate the need for space between cd and .. in the change directory command i.e.
cd..
instead of
cd ..
Asked
Active
Viewed 35 times
0

Coddy
- 113
alias cd..='cd ..'
– xenoid Feb 05 '20 at 07:19