devel@ where you _can_ ask
 help / color / mirror / Atom feed
From: Slava Semushin <php-coder@altlinux.ru>
To: "devel@ where you _can_ ask" <devel-newbies@lists.altlinux.org>
Subject: [newbies] Fwd:  передача параметров в awk ... или как по другому
Date: Sun, 7 Mar 2010 00:40:45 +0600
Message-ID: <75e139a01003061040g522a2213i4bf89c75770c502d@mail.gmail.com> (raw)
In-Reply-To: <75e139a01003061039p498afef0rc9250a4d8f646372@mail.gmail.com>

7 марта 2010 г. 0:33 пользователь Vladimir A. Svyatoshenko
<svyt22@gmail.com> написал:
[...]
> #!/bin/bash

Достаточно просто /bin/sh, в вашем случае.

> for f in *
> do
>   tmp=`md5sum "$f" | awk '{print $1}'`
>   awk '{if($1 != $tmp) print $2}' ~/bookы.csv

awk -v tmp="$tmp" '{if($1 != tmp) print $2}' ~/bookы.csv

> done


-- 
Slava Semushin

  parent reply	other threads:[~2010-03-06 18:40 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-06 18:33 [newbies] " Vladimir A. Svyatoshenko
2010-03-06 18:40   ` Slava Semushin [this message]
2010-03-06 19:50     ` [newbies] Fwd: " Vladimir A. Svyatoshenko
2010-03-06 18:41 ` [newbies] " Andrey Rahmatullin
2010-03-06 19:34 ` Afanasov Dmitry

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=75e139a01003061040g522a2213i4bf89c75770c502d@mail.gmail.com \
    --to=php-coder@altlinux.ru \
    --cc=devel-newbies@lists.altlinux.org \
    /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

devel@ where you _can_ ask

This inbox may be cloned and mirrored by anyone:

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

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


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