Changes between Version 17 and Version 18 of Wisdom/Shell
- Timestamp:
- 02/12/12 15:22:35 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Wisdom/Shell
v17 v18 20 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 fits files whose names are listed one per line in a text file named {{{listoffits.lis}}} do: 21 21 22 $ ds9 {{{`}}} morelistoffits.lis{{{`}}}22 $ ds9 {{{`}}}less listoffits.lis{{{`}}} 23 23 24 24 I always forget how to do this:
