[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: w3m-touch-file
From: Katsumi Yamaoka <yamaoka@jpl.org> さん曰く
Subject: [emacs-w3m:02705] Re: w3m-touch-file
Message-ID: <yosug04gu3q6.fsf_-_@jpl.org>
Date: Tue, 05 Feb 2002 10:17:17 +0900
土> Emacs Lisp だけでする方法はないようなので,touch コマンドを使って
土> 調節するようにしました.
有沢さん> Solaris の touch コマンドには "-d" オプションが無かったので、
有沢さん> "-t" オプションを使うようにしてみました。
有沢さん> GNU fileutils の touch にも "-t" はあるから Linux は大丈夫だ
有沢さん> と思いますが、それ以外の OS は大丈夫でしょうか?
山岡さん> % touch --version
山岡さん> => touch (fileutils) 4.1.4
山岡さん> これは問題無し。
有沢さん> ;; エラーになるわけでは無いからあまり気にしなくても良いと思
有沢さん> ;; うけど。
山岡さん> ところが、手元には以下のようなものがありました。
山岡さん> % touch --version
山岡さん> => touch (GNU fileutils) 3.16
山岡さん> % touch -t 200202051017.59 X
山岡さん> => touch: invalid date format `200202051017.59'
山岡さん> % touch -t 200202051017.59 X
山岡さん> => touch: bad option -t
山岡さん> % touch -t 200202051017.59 X
山岡さん> => usage: /usr/ucb/touch [-amcf] file ...
ご参考までに、Windows の世界ではこんな touch もあります。
% c:/app/bcc/bin/touch.exe -h
Touch Version 4.2 Copyright (c) 1998 Borland International
Usage: TOUCH [options] [filename(s)...] (wild cards * and ? ok)
-c don't create file
-D allow directory names to be touched (when wildcards specified)
-h prints this help screen (-h2 for expanded help)
-rfilename set to same date/time as 'filename'
-s recurse through subdirectories
-thh:mm[:ss] set the file time
-dmm/dd/yy set the file date
% c:/app/bcc/bin/touch.exe -t 200202051017.59 x
Touch Version 4.2 Copyright (c) 1998 Borland International
Invalid date/time: , using current date/time.
## こいつは気にしないでも良いかもね。
--
白井秀行 (mailto:shirai@rdmg.mgcs.mei.co.jp)