Saratov Linux User Group
 help / color / mirror / Atom feed
From: Roman Bogorodskiy <bogorodskiy@inbox.ru>
To: RealSystem <realsystem@bk.ru>,
	Saratov Linux User Group Maillist <sarlug@lug.ru>
Subject: Re: [Sarlug] ещё такой маааленький вопросик
Date: Sun, 7 Sep 2003 09:52:17 +0400
Message-ID: <20030907095217.635d230c.bogorodskiy@inbox.ru> (raw)
In-Reply-To: <42979528.20030901111619@bk.ru>

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

 RealSystem wrote:

 > как одной командой перевести все файлы текущего каталога в нижний
> регистр из верхнего, скрипт я вроде сделал, хочу узнать, мож команда
> такая есть, или поседовательность команд.

for file in *; do
   mv $file `echo $file | tr '[:upper:]' '[:lower:]'`
done

PS Вроде работает ;)

- -Roman Bogorodskiy [Novel]

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (FreeBSD)

iQEVAwUBP1rHkSpMDQ8aPhy0AQKrrwf+Pl268Og35HeNJbjOS2pOCjCe4UL49rmY
L97AT0jnpFBT16wNQ8QucrmwA6+Z6Y9Gt+KnFtHIyQ562epYfb6lfvYYKj9eGWWs
76ISwhB+/kinD95Bcs7CJgVOfyL0QMAvStM6mtQwqEg4yWwyrbBBcbJSc6mYuiyd
ofzm75LFh1WiCInmgC339rH0hONCI6e4duRMR9pIdzx0zn2NCSluBpDCPiTztSZb
IDRwqsK1rhCtIkJu9pSAlea99WjRZfn9G3eTGu3TT4q9rlNOng/LXRdaW+eVgb0y
iDZcElMcxd7f3ke3GkXWBRYzeA3hz+sSe32+xLWFilcFcAW3bbZ0+Q==
=M2Av
-----END PGP SIGNATURE-----


      reply	other threads:[~2003-09-07  5:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-01  7:16 RealSystem
2003-09-07  5:52 ` Roman Bogorodskiy [this message]

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=20030907095217.635d230c.bogorodskiy@inbox.ru \
    --to=bogorodskiy@inbox.ru \
    --cc=realsystem@bk.ru \
    --cc=sarlug@lug.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

Saratov Linux User Group

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sarlug/0 sarlug/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 sarlug sarlug/ http://lore.altlinux.org/sarlug \
		sarlug@lists.lug.ru sarlug@lug.ru
	public-inbox-index sarlug

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sarlug


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git