... Some commands are not yet documented. bin . ... expose . ... number . ... If basename is not specified, the filenames are determined by the ICC's path , name , places , and number If neither red nor blue is specified, both images will be saved. ... Returns: basename , name , number path , places . ... For example, with path= /export/images/DD01 , name= bias. , places= 3 , and number= 11 , the blue image file would be /export/images/DD01/bias.011b.fits . ... name , number , places , path , basename ,...
. [ A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z ] . Manual pages are often copyrighted material. You may not have permission to view those held on this machine. If these links return an error message, view the page locally instead. banner - display a string in large letters . basename - display portions of pathnames and filenames . biff - give notice of incoming mail messages . bin-mail , binmail - an early program for processing mail messages .
... sed 's/-t=//'` shift continue;; -b=*) transformbasename=`echo $1 | sed 's/-b=//'` shift continue ;; *) if [ x $ src = x ] then src =$1 else # this colon is to work around a 386BSD /bin/sh bug : dst =$1 fi shift continue ;; esac done if [ x $ src = x ] then echo $0: no input file specified 2 exit 1 else : fi if [ x $dir_arg != x ]; then dst =$ src src = if [ -d $ ... IFS='%' set - `echo "$dstdir" | ...
... Обойти дерево с корнем в rootdir */ int walktree ( char *rootdir, /* корень дерева */ int (*enter)( char *full, int level, struct stat *st), int (*leave)( char *full, int level), int (*touch)( char *full, int level, struct stat *st) ){ /* проверка корректности корня */ if( stat (rootdir, ) 0 || !isdir(st)){ fprintf( stderr, \tПлохой корень дерева \ %s\ \n , rootdir ); ... Для создания новых каталогов используйте системный вызов mkdir ( имя _ каталога , коды _ доступа ); . ...
NAME rotatelogs - rotate Apache logs without having to kill the server SYNOPSIS rotatelogs logfile rotationtime [ offset ] DESCRIPTION rotatelogs is a simple program for use in conjunction with Apache 's piped logfile feature which can be used like this: TransferLog | rotatelogs /path/to/ logs /access_log 86400 This creates the files /path/to/ logs /access_log.nnnn where nnnn is the system At the end of each rotation time (here after 24 hours) a new log is started. ...
... Y/n)' read,sw_abscal sw_abscal=strupcase(sw_abscal) endif else begin sw_abscal='N' endelse if(sw_abscal ne 'N') then sw_abscal='Y' if(sw_abscal eq 'Y') then begin zdgflt_l001: window ,1,xs= xdim ,ys= ydim , title ='flatfielded raw spectra' tvscl,spflfld answ_advv_sw='N' print ,'please, chose Y borders of the disk in the spectrum image' print ,' ' print ,'press enter' rrr=get_kbrd() window ,1,xs= xdim ,ys= ydim , ...
CFITSIO User's Guide An Interface to FITS Format Files for C Programmers Version 2.0 HEASARC Code 662 Goddard Space FlightCenter Greenbelt, MD 20771 USA February 2000 Contents 1 Introduction 2 Creating the CFITSIO Library 2.1 Building the Library 2.1.1 Unix Systems 2.1.2 VMS 2.1.3 Windows PCs 2.1.4 OS/2 2.1.5 Macintosh PCs 2.2 Testing the Library 2.3 Linking Programs with CFITSIO 2.4 Getting Started with CFITSIO 2.5 Example Program 2.6 Acknowledgements ::::::::::::::::::::::::::::::::::::