Linux Commands Flashcards
aspell
Checks a file for spelling errors
bzip2
Compresses or decompresses files—page 615
cat
Joins and displays files
cmp
Compares two files
comm
Compares sorted files
cp
cp Copies files
cpio
Creates an archive, restores files from an archive, or copies a directory
hierarchy
cut
Selects characters or fields from input lines
dd
Converts and copies a file
diff
Displays the differences between two text files
ditto
Copies files and creates and unpacks archives
find
Finds files based on criteria
fmt
Formats text very simply
grep
Searches for a pattern in files
gzip
Compresses or decompresses files
head
Displays the beginning of a file
less
Displays text files, one screen at a time
ln
Makes a link to a file
lpr
Sends files to printers
ls
Displays information about one or more files
man
Displays documentation for commands
mkdir
Creates a directory
mv
Renames or moves a file
od
Dumps the contents of a file
open
Opens files, directories, and URLs
otool
Displays object, library, and executable files
paste
Joins corresponding lines from files
pax
Creates an archive, restores files from an archive, or copies a directory
hierarchy
plutil
Manipulates property list files
pr
Paginates files for printing
rm
Removes a file (deletes a link)
rmdir
Removes directories
sed
Edits a file noninteractively
sort
Sorts and/or merges files
split
Divides a file into sections
strings
Displays strings of printable characters
tail
Displays the last part (tail) of a file
tar
Stores or retrieves files to/from an archive file
touch
Creates a file or changes a file’s access and/or modification time
uniq
Displays unique lines