[Mew-dist 1203] utime() when imget,immv (,imrm)
OKUNISHI Fujikazu
fuji0924 at example.com
1997年 7月 6日 (日) 15:58:46 JST
imget でファイルを生成した時と immv した時の --dst のターゲットフォル
ダのタイムスタンプをアップデートしたいのですが,具体的にはどう変更すれ
ばいいでしょうか?
というのは,`g' で移動した時にサマリのアップデートを促してくれるので。
;; OS/2 MH は inc で +inbox のタイムスタンプをアップデートしてくれるの
;; ですが,imget ではされないので違和感があります。
perl.inf ではこう書かれてるのですがわかりません。(^_^;
> You use the utime() function documented in perlfunc/utime. By way
> of example, here's a little program that copies the read and write
> times from its first argument to all the rest of them.
> if (@ARGV < 2) {
> die "usage: cptimes timestamp_file other_files ...\n";
> }
> $timestamp = shift;
> ($atime, $mtime) = (stat($timestamp))[8,9];
> utime $atime, $mtime, @ARGV;
> Error checking is left as an exercise for the reader.
> Note that utime() currently doesn't work correctly with Win95/NT
> ports. A bug has been reported. Check it carefully before using it
> on those platforms.
インプリメントされると嬉しいです。
ところで,歌代さんの高速化パッチを当ててるだけの状態なんですが,
`imls --grep' がおかしいのはうちだけでしょうか? Virtual Mode ができな
いのでコマンドラインからやってみたら出力が変。(T_T)
なお,古めのim (im-37ぐらい?) ではちゃんと Virtual できてました。
> [D:\]imls --src=+mew-alpha --grep=head=kazu@
> 119 07/01 Kazu Yamamoto Re: im-40 & mew-1. というわけで、やっぱり Imrm.Src 119 07/01 Kazu Yamamoto Re: im-40 & mew-1. というわけで、やっぱり Imrm.Src はコメントアウトしておいてよい。 自分の Config
;; ↑の出力は1行です。
--
(ふ)
Mew-dist メーリングリストの案内