~ubuntu-branches/ubuntu/maverick/krb5/maverick

« back to all changes in this revision

Viewing changes to doc/ftp.html

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hartman, Russ Allbery, Sam Hartman
  • Date: 2008-08-21 10:41:41 UTC
  • mfrom: (11.1.15 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080821104141-a0f9c4o4cpo8xd0o
Tags: 1.6.dfsg.4~beta1-4
[ Russ Allbery ]
* Translation updates:
  - Swedish, thanks Martin Bagge.  (Closes: #487669, #491774)
  - Italian, thanks Luca Monducci.  (Closes: #493962)

[ Sam Hartman ]
* Translation Updates:
    - Dutch, Thanks Vincent Zweije, Closes: #495733

Show diffs side-by-side

added added

removed removed

Lines of Context:
363
363
          "mydata.data", $1 would have the value "mydata", and $2
364
364
          would have the value "data".  The <I>outpattern</I> determines
365
365
          the resulting mapped  filename.   The  sequences  `$1',
366
 
          `$2', <I>inpattern</I> template.  The sequence `$0' is replace
367
 
          by the original filename.  Additionally,  the  sequence
368
 
          `[<I>seq1</I>,  <I>seq2</I>]'  is replaced by [<I>seq1</I>] if <I>seq1</I> is not a
369
 
          null string; otherwise it is  replaced  by  <I>seq2</I>.   For
370
 
          example, the command
 
366
          `$2',  ...,  `$9'  are  replaced by any value resulting
 
367
          from the <I>inpattern</I>  template.   The  sequence  `$0'  is
 
368
          replace  by  the  original filename.  Additionally, the
 
369
          sequence `[<I>seq1</I>, <I>seq2</I>]' is replaced by [<I>seq1</I>]  if  <I>seq1</I>
 
370
          is not a null string; otherwise it is replaced by <I>seq2</I>.
 
371
          For example, the command
371
372
 
372
373
               nmap $1.$2.$3 [$1,$2].[$2,file]
373
374
 
375
376
          filenames    "myfile.data"    and    "myfile.data.old",
376
377
          "myfile.file" for  the  input  filename  "myfile",  and
377
378
          "myfile.myfile"   for  the  input  filename  ".myfile".
378
 
          Spaces  may  be  included  in  <I>outpattern</I>,  as  in  the
379
 
          example:  `nmap  $1  sed  "s/ *$//" &gt; $1'.  Use the `\'
380
 
          character  to  prevent   special   treatment   of   the
381
 
          `$','[',']', and `,' characters.
 
379
          Spaces may be included in <I>outpattern</I>, as in  the  exam-
 
380
          ple: `nmap $1 sed "s/ *$//" &gt; $1'.  Use the `\' charac-
 
381
          ter to prevent special treatment  of  the  `$','[',']',
 
382
          and `,' characters.
382
383
 
383
384
     <B>ntrans</B> [<I>inchars</I> [<I>outchars</I>]]
384
385
          Set or unset the filename character translation mechan-