Mailinglist Archive: opensuse (2430 mails)

< Previous Next >
Re: [opensuse] BASH - brain teaser, can it be done without a pipe?
  • From: Jan Engelhardt <jengelh@xxxxxxxxxxxxxxx>
  • Date: Wed, 23 Apr 2008 22:23:30 +0200 (CEST)
  • Message-id: <alpine.LNX.1.10.0804232220250.15791@xxxxxxxxxxxxxxxxxxxxxxxxx>

On Wednesday 2008-04-23 21:50, Greg Freemyer wrote:
sed -e 's/\.//' <<< "$t"

What is <<< ?

I know < and <<, but the above does not look like a typo.

It really is a triple <. Try it out.
(Moral for life: don't ever think you know everything :D)
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx

< Previous Next >