[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: text editing



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

On Sat, May 24, 2003 at 01:44:38PM +0900, Tsuyoshi Takada wrote:
> $ wc -l 1.txt | <some sommand>
> returns
> 100

So close!  So very close!  When doing pipes, you need to do it in
chronological order:  How do you want things to go through?

$ cat 1.txt | wc -l

That will get you what you're expecting.  This is not a bug.

- -- 
 .''`.     Baloo Ursidae <baloo@ursine.dyndns.org>
: :'  :    proud Debian admin and user
`. `'`
  `-  Debian - when you have better things to do than fix a system
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE+z0ONJ5vLSqVpK2kRAhoOAJ96+dOxNjJzttry7ohTgcdKV7ztAwCgjkwY
5t+/nHHip5ZX9zNdRvkQ5g8=
=+rO0
-----END PGP SIGNATURE-----



Reply to: