Changes between Version 13 and Version 14 of Wisdom/Shell


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Wisdom/Shell

    v13 v14  
    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, let's say you have a text file named {{{listoffits.lis}}} that contains the names of a number of fits files, one per line, you'd like to display on ds9. To display all the files at once in multiple frames in ds9 this do:
    2121
    22   $ds9 {{{`}}}more listoffits.lis{{{`}}}
     22  $ ds9 {{{`}}}more listoffits.lis{{{`}}}
    2323
    2424I always forget how to do this: