linux - 我如何使用 perl cd 进入一个目录?

标签 linux perl ubuntu terminal

我正在尝试以下.. 系统“cd目录文件夹” 但它失败了,我也尝试系统“退出”离开终端,但它失败了。

最佳答案

代码:

chdir('path/to/dir') or die "$!";

Perldoc:

   chdir EXPR
   chdir FILEHANDLE
   chdir DIRHANDLE
   chdir   Changes the working directory to EXPR, if possible. If EXPR is omitted,
           changes to the directory specified by $ENV{HOME}, if set; if not, changes to
           the directory specified by $ENV{LOGDIR}. (Under VMS, the variable
           $ENV{SYS$LOGIN} is also checked, and used if it is set.) If neither is set,
           "chdir" does nothing. It returns true upon success, false otherwise. See the
           example under "die".

           On systems that support fchdir, you might pass a file handle or directory
           handle as argument.  On systems that don't support fchdir, passing handles
           produces a fatal error at run time.

关于linux - 我如何使用 perl cd 进入一个目录?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7009055/

相关文章:

php - 确定哪些用户上传了图像?

c++ - 如何在 Linux 中将 SDL 窗口居中?

regex - perl 正则表达式括号匹配

sql - WINDOWS转Linux字符集问题

ubuntu - VirtualBox - 从主机操作系统创建虚拟机作为克隆

linux - 如何grep对于csv文件中的特定数字

Perl 脚本没有运行条件语句?

r - R 上 Packrat 的问题

php - 我无法禁用 PHP 错误

linux - 列出所有文件并找到特定文件位置