Changes between Version 17 and Version 18 of Wisdom/Shell


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

eh, less is more!

Legend:

Unmodified
Added
Removed
Modified
  • Wisdom/Shell

    v17 v18  
    2020To 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
    22   $ ds9 {{{`}}}more listoffits.lis{{{`}}}
     22  $ ds9 {{{`}}}less listoffits.lis{{{`}}}
    2323
    2424I always forget how to do this: