fkeyprint -- Print the specified keyword(s) in the headers of a list of input FITS files.
fkeyprint infile[ext#] keynam outfil exact
This task looks for a specified keyword(s) in the headers of the input FITS file(s). When the keyword is found it is printed out to the requested output ASCII format file or to STDOUT.
1. Extract the "HISTORY" records for an input file myfile.fits and write the results to the screen.
ft> fkeyprint myfile.fits history exact=yes
2. Extract all the keywords beginning with the letter T and write them into the ASCII file out.list:
ft> fkeyprint myfile.fits t outfile=out.list exact=no
ftlist, ftkeypar, ftedit. fv, the interactive FITS file editor, can also be used to view FITS keywords.