Open invertdna opened 1 year ago
Note that different operating systems have slightly different needs for the cd command. On a mac, cd .. will move up a hierarchical level in the dir structure, while cd . will not. And this breaks the existing shell script.
cd
cd ..
cd .
Note that different operating systems have slightly different needs for the
cd
command. On a mac,cd ..
will move up a hierarchical level in the dir structure, whilecd .
will not. And this breaks the existing shell script.