Changes between Version 14 and Version 15 of Wisdom/Shell
- Timestamp:
- 02/12/12 15:15:56 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Wisdom/Shell
v14 v15 18 18 $ find . -name '*foo*' | xargs rm 19 19 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, 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 thisdo: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, 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 do: 21 21 22 22 $ ds9 {{{`}}}more listoffits.lis{{{`}}}
