* [Comm] Как всем файлам каталога и подкаталогов исправить дату наNLB18nU2 ?
@ 2007-05-18 5:25 ` gosha
2007-05-18 7:26 ` Sergei Boudnik
1 sibling, 1 reply; 3+ messages in thread
From: gosha @ 2007-05-18 5:25 UTC (permalink / raw)
To: community
Здравствуйте,
Как всем файлам каталога и всех подкаталогов исправить дату на текущую?
Заранее спасибо.
---
C Уважением,
gosha
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Comm] Как всем файлам каталога и подкаталогов исправить дату наNLB18nU2 ?
@ 2007-05-18 5:37 ` Denis Kirienko
0 siblings, 0 replies; 3+ messages in thread
From: Denis Kirienko @ 2007-05-18 5:37 UTC (permalink / raw)
To: community
gosha пишет:
> Как всем файлам каталога и всех подкаталогов исправить дату на текущую?
Дату меняет touch. Все файлы ищет find. Получили:
$ find | xargs touch
--
Денис
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Comm] Как всем файлам каталога и подкаталогов исправить дату наNLB18nU2 ?
2007-05-18 5:25 ` [Comm] Как всем файлам каталога и подкаталогов исправить дату наNLB18nU2 ? gosha
@ 2007-05-18 7:26 ` Sergei Boudnik
0 siblings, 0 replies; 3+ messages in thread
From: Sergei Boudnik @ 2007-05-18 7:26 UTC (permalink / raw)
To: ALT Linux Community
gosha пишет:
> Здравствуйте,
>
> Как всем файлам каталога и всех подкаталогов исправить дату на текущую?
>
> Заранее спасибо.
>
# find /path/ -type f -exec touch -m {} \;
--
WBR, Sergei Boudnik
http://www.boudnik.kiev.ua
--------------------------
SSB-RIPE
SSB1-UANIC
==========================
Trap for spam & virii:
trap@wildlist.org.ua
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-05-18 7:26 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-05-18 5:25 ` [Comm] Как всем файлам каталога и подкаталогов исправить дату наNLB18nU2 ? gosha
2007-05-18 7:26 ` Sergei Boudnik
2007-05-18 5:37 ` Denis Kirienko
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