Closed pablo-lamtenzan closed 3 years ago
Builtin cd should not change directory in a piped command
$ cd .. | ls
Fixed using a piped cmd flags and checking before using chdir if the directory exists. If is exists and the flags is active NOT USE chdir. Else use it to potentially catch errors in pipes cmds
Builtin cd should not change directory in a piped command