Changes between Version 9 and Version 10 of Wisdom/Shell
- Timestamp:
- 02/12/12 15:08:19 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Wisdom/Shell
v9 v10 18 18 $ find . -name '*foo*' | xargs rm 19 19 20 To use the output of one command as the input of another use ` . For example, let's say you have a text file named listoffits.lis that contains the name of a number of fits files you'd like to display on ds9. To do this: 21 22 $ds9 `more listoffits.lis` 23 20 24 I always forget how to do this: 21 25
