~ubuntu-branches/ubuntu/karmic/zsh/karmic

« back to all changes in this revision

Viewing changes to Test/A04redirect.ztst

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2009-06-02 10:40:25 UTC
  • mfrom: (1.2.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20090602104025-lg6wynxpzqi08k2i
Tags: 4.3.10-1ubuntu1
* Resynchronise with Debian. Remaining changes:
  + debian/zshrc: Enable completions by default, unless
    skip_global_compinit is set

Show diffs side-by-side

added added

removed removed

Lines of Context:
344
344
0:Optimised here-string to filename
345
345
>This string has been replaced
346
346
>by a file containing it.
 
347
 
 
348
  print This f$'\x69'le contains d$'\x61'ta. >redirfile
 
349
  print redirection:
 
350
  cat<redirfile>outfile
 
351
  print output:
 
352
  cat outfile
 
353
  print append:
 
354
  cat>>outfile<redirfile
 
355
  print more output:
 
356
  cat outfile
 
357
0:Parsing of redirection operators (no space required before operators)
 
358
>redirection:
 
359
>output:
 
360
>This file contains data.
 
361
>append:
 
362
>more output:
 
363
>This file contains data.
 
364
>This file contains data.