Changes between Version 16 and Version 17 of Wisdom/Shell


Ignore:
Timestamp:
02/12/12 15:19:19 (14 years ago)
Author:
jps@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Wisdom/Shell

    v16 v17  
    1818  $ find . -name '*foo*' | xargs rm
    1919
    20 To use the output of one command as the input of another use {{{`}}} which is the accent key on the upper left corner of the keyboard. For example, to display in ds9 the files whose names are listed one per line in a text file named {{{listoffits.lis}}} do:
     20To use the output of one command as the input of another use {{{`}}} which is the accent key on the upper left corner of the keyboard. For example, to display in ds9 the fits files whose names are listed one per line in a text file named {{{listoffits.lis}}} do:
    2121
    2222  $ ds9 {{{`}}}more listoffits.lis{{{`}}}