share
Unix & LinuxHow can I CD in all my terminals simultaneously?
[0] [0] Belka h.j
[2020-04-17 12:35:33]
[ linux scripting terminal ]
[ https://unix.stackexchange.com/questions/580682/how-can-i-cd-in-all-my-terminals-simultaneously ]

when I use CD in a terminal, I'd like all my open instances to update their directory at the time, so I can perform different tasks in different shells, is there any way I can do this?

Relating unix.stackexchange.com/q/41024/117549 - Jeff Schaller
thanks sounds good, but is there a way to cd automatically without me having to run a command? - Belka h.j
No. You need to set the system to do what you want it to do. There's no default that does this. Some terminal emulators what they do instead is that each new tab will be opened with the same pwd as the current one. Terminator Ctrl + Shift + T does this. - Braiam