I find myself working alot in a directory deep in the system. Instead of typing
I would like to create a batch file so named tcd I just gotta type tcd and it executes the above line and have it put me in that directory to make adjustments and such. But executing the above line in the batch file doesn't actually change the directory. What gives?
cd /home/ant2ne/Folder1/Folder2/Folder3/Folder4/
Comment