2
Is it possible to get tabs current directory when process is running in that tab without stopping that process? My intention is to create tab next to current with same directory. I sure can press ⌃Z
, run dt
(ruby script using appscript that duplicates tab) and then fg
, but I hope for way without stopping process.
Is it possible to get that list with better separation of environment variables, as if I have space or
=
in path, than it will be hard to separate variables. – tig – 2010-11-15T20:41:10.790You will have to write a script that cleans up the output from ps – user151019 – 2010-11-16T09:37:16.883