0% found this document useful (0 votes)
158 views2 pages

Linux Commands

This document provides summaries of useful Linux and IRAF commands for file management, directory navigation, text editing, data visualization, image processing, and starting interactive programs. Commands like ls, pwd, and cd help navigate directories, while mv, cp, rm, and tar manage files. Commands like more, man, and gnuplot help view files, get command help, and plot data. IRAF commands like cl, imheader, contour, and imcombine allow starting and interacting with IRAF, viewing image headers, making contour maps, and combining images.

Uploaded by

Erwin Rommel
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
158 views2 pages

Linux Commands

This document provides summaries of useful Linux and IRAF commands for file management, directory navigation, text editing, data visualization, image processing, and starting interactive programs. Commands like ls, pwd, and cd help navigate directories, while mv, cp, rm, and tar manage files. Commands like more, man, and gnuplot help view files, get command help, and plot data. IRAF commands like cl, imheader, contour, and imcombine allow starting and interacting with IRAF, viewing image headers, making contour maps, and combining images.

Uploaded by

Erwin Rommel
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Useful Linux commands

ls: list directory contents


pwd: list path to current directory
mkdir: create new directory
rmdir: delete directory
cd: change location to named directory
man: syntax help on named command
mv: move named file to new location
cp: copy named file
rm: remove named file
ftp: file transfer protocol
df: list capacity of available disk units
du: list file sizes in current directory
more: show file contents
wc: display basic file information
nedit: text editor
gnuplot: data plotting routine
gv: postscript file viewer
lpr: postscript printing command
tar: multiple file archive
gzip/gunzip: compress/uncompress files
xgterm: startup xgterm window
ds9: image display tool
mkiraf: prepare IRAF directory structure
cl: startup IRAF
Useful IRAF commands
mkiraf: prepare IRAF directory structure
cl: startup IRAF
help: display IRAF task information
lpar/epar: list/edit task parameters
imheader: image header visualisation
hselect: display selected header keywords
contour: contour map of an image
surface: surface map of an image
imexamine: image examination tool
imcombine: combine images (average, median, sum)
imarith: perform image arithmetics
imstatistics: image statistics
imhistogram: histogram of image pixel values

You might also like