From: "Anatoly A. Ivanov" <anatol@fxp.ru> To: community@altlinux.ru Subject: [Comm] Re: Как переместить файл с кривым именем через perl Date: Fri, 17 Dec 2004 22:39:21 +0300 Message-ID: <50189387.20041217223921@fxp.ru> (raw) In-Reply-To: Здравствуйте, community. Я ничего не понимаю, не хочет он копироваться и все :( Если запускаю сам из консоли, все нормально. Но тут приходиться экранировать символы либо брать имя в одинарные кавычки. Если его запускает другой процесс, то фиг вам... sub move_file { my ($file, $dir) = @_; my $status; # copy($file,$dir) or die "Copy failed: $!"; $status= system('mv', $file, $dir); open(FILE, ">/tmp/test_error.txt"); print FILE "$status"; close(FILE); } с copy из перл, очень долго работает, как ведет себя с запускои из другого процесс - не знаю. параметры передаются правильно, но в перменой с именем оно как есть т.е может содеражать пробелы и другие символы #примерно так $file="file name(rus)']['"; как видно из кода, заисываю статус возврата. в последний неудавшийся раз, там содержиться число 256 Может кто подскажет что это значит. И как все же сделать чтоб работало?
next reply other threads:[~2004-12-17 19:39 UTC|newest] Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top 2004-12-17 19:39 Anatoly A. Ivanov [this message] 2004-12-21 12:59 ` Alexey Tourbin
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=50189387.20041217223921@fxp.ru \ --to=anatol@fxp.ru \ --cc=community@altlinux.ru \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
ALT Linux Community general discussions This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 community community/ http://lore.altlinux.org/community \ mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com public-inbox-index community Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.community AGPL code for this site: git clone https://public-inbox.org/public-inbox.git