bash - How to run 'cd' in shell script and stay there after script finishes? - Stack Overflow

bash - How to run 'cd' in shell script and stay there after script finishes? - Stack Overflow

瀏覽:1443
日期:2026-04-17
I used 'change directory' in my shell script (bash) #!/bin/bash alias mycd='cd some_place' mycd pwd pwd ......看更多