zsh-users
 help / color / mirror / code / Atom feed
From: zzapper <david@tvis.co.uk>
To: zsh-users@sunsite.dk
Subject: Re: Creating a directory with a date-based name
Date: Wed, 17 Dec 2003 11:47:42 +0000	[thread overview]
Message-ID: <khg0uv8777begj1llhrh8ke2lr0in7bs39@4ax.com> (raw)
In-Reply-To: <20031217105805.GC1177@gmx.de>

On Wed, 17 Dec 2003 11:58:05 +0100, Dominik Vogt <dominik.vogt@gmx.de>
wrote:

Hi,
My final script (thanx)

dirbackup="c:/backup/mysqlnext/"
cd "$dirbackup"
eval origdat=$(date.exe '+%d%b%y')

if ! mkdir "$dat"; then
     i=1
     finished=""
     while [ -z "$finished" ] && [ "$i" <= 9 ]; do
       i=$[i+1]
       dat="${origdat}v$i"
       if mkdir "$dat"; then
           finished="end"
           echo "created $dat"
       fi
     done
fi
cd $dat

zzapper (vim & zsh)
--

vim -c ":%s/^/WhfgTNabgureRIvzSUnpxre/|:%s/[R-T]/ /Ig|:normal ggVGg?"

http://www.vim.org/tips/tip.php?tip_id=305  Best of Vim Tips


      reply	other threads:[~2003-12-17 11:48 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-12-17 10:45 zzapper
2003-12-17 10:56 ` Peter Stephenson
2003-12-17 10:58 ` Dominik Vogt
2003-12-17 11:47   ` zzapper [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=khg0uv8777begj1llhrh8ke2lr0in7bs39@4ax.com \
    --to=david@tvis.co.uk \
    --cc=zsh-users@sunsite.dk \
    /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
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).