From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Fri, 8 Apr 2005 11:01:05 +0700 From: php-coder To: community@altlinux.ru Subject: Re: [Comm] date & time of file modification in shell Message-ID: <20050408040105.GA4457@mycomp.mydomain> Mail-Followup-To: community@altlinux.ru References: <4253B1AC.5080106@ngs.ru> <200504061401.20700.combr@vesna.ru> <1112791845.4253db255c672@cys.che.nsk.su> <20050406191544.GA16744@basalt.office.altlinux.org> Mime-Version: 1.0 Content-Type: text/plain; charset=cp1251 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20050406191544.GA16744@basalt.office.altlinux.org> X-BeenThere: community@altlinux.ru X-Mailman-Version: 2.1.5 Precedence: list Reply-To: community@altlinux.ru List-Id: Mailing list for ALT Linux users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Apr 2005 03:54:42 -0000 Archived-At: List-Archive: List-Post: --- Dmitry V. Levin 2005-04-06 23:15:44 +0400 +++ php-coder 2005-04-08 10:55:54 +0700 > > > > Подскажите, пожалуйста, как можно в shell-сценарии определить > > > >дату и время модификации какого-то конкретного файла? > > > stat - display file or filesystem status > > Спасибо! Жаль только, что там нельзя, на сколько я понял, регулировать > > формат выдачи. > Для этого есть find -printf. Либо я чего-то не понимаю, либо автор ман не читал %) man stat -c --format=FORMAT use the specified FORMAT instead of the default ... %Y Time of last modification as seconds since Epoch %y Time of last modification Хм... попробуем проверить... [c0der@mycomp ~]$ stat -c %y .mutt/mail/community 10:59 2005-04-08 10:47:35.000000000 +0700 -- + php-coder + php-coder[at]ngs[dot]ru + ALTLinux Master 2.4 (kernel 2.4.26-std-up-alt10)