Tag: pwd

如何在shell脚本中运行“cd”并在脚本完成后停留在那里?

我在我的shell脚本(bash)中使用了“更改目录” #!/bin/bash alias mycd='cd some_place' mycd pwd pwd打印some_place正确,但脚本完成后,我目前的工作目录不会改变。 是否可以通过脚本改变我的path?

如何将我的密码更改为符号链接目录的真实path?

这是一个相当初级的问题: 鉴于以下符号链接创build: ln -s /usr/local/projects/myproject/ myproject …从我的主目录/ home / jvf / ,inputmyproject符号链接给我一个pwd / home / jfv / myproject / 。 现在,我想进入我已经符号链接的目录的父目录,但是cd ..命令只会将我带回到我的主目录/ home / jfv / 。 有没有办法逃避我input的符号链接,而是有一个pwd等于myproject目录的实际path。 也就是说,把我的密码从/ home / jfv / myproject /改成/ usr / local / projects / myproject / ? 谢谢 :)

shell初始化问题,当点击标签时,getcwd有什么问题?

一旦我点击bash上的标签,错误信息会出现,怎么了? symlink-hook: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory symlink-hook: error retrieving current directory: getcwd: cannot access parent directories: Success symlink-hook: error retrieving current directory: getcwd: cannot access parent directories: Success symlink-hook: error retrieving current directory: getcwd: cannot access parent directories: Success symlink-hook: error retrieving current directory: getcwd: […]

Windows相当于UNIX pwd

如何在命令提示符窗口中find本地path?