Term
|
Definition
Concatenate files and print to console |
|
|
Term
|
Definition
compare two files, byte by byte |
|
|
Term
|
Definition
cuts a portion from each line of a file cut -c2 filename gets the second character cut -d "," -f2 uses , as delimiter, gets second field |
|
|
Term
|
Definition
compares two files, line by line |
|
|
Term
|
Definition
writes "hello" to console |
|
|
Term
|
Definition
searchs for strings or regular expressions in file |
|
|
Term
|
Definition
gets the first ten lines of a file |
|
|
Term
|
Definition
lets you scroll backwards and forwards through a file |
|
|
Term
|
Definition
lets you scroll forwards and backwards through a file, the same as less |
|
|
Term
|
Definition
|
|
Term
|
Definition
using , as a delimeter, sort the file by the second field |
|
|
Term
|
Definition
lists the last ten lines of the file |
|
|
Term
|
Definition
translate - swaps any instance of the first text for the second text in all text passed through it. |
|
|
Term
|
Definition
traslates lower case to upper case all letters passed through it. |
|
|
Term
|
Definition
deletes all nummbers passed through it |
|
|
Term
wc -l filename wc -c filename wc -w filename |
|
Definition
counts lines, characters, or words in a file or input stream. |
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
change permissions on file |
|
|
Term
|
Definition
|
|
Term
|
Definition
returns the path of a file |
|
|
Term
|
Definition
lists directories and how many blocks of disk space they use. |
|
|
Term
|
Definition
copies files or directories. |
|
|
Term
|
Definition
find files or directories. |
|
|
Term
|
Definition
creates a hard link to the file. The file names actually refer to the same physical data location, and remain when files are moved. |
|
|
Term
|
Definition
creates a soft link - a reference pointer to the file. |
|
|
Term
|
Definition
lists all files in a directory. |
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
prints working directory. |
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
returns the node number of a file. |
|
|
Term
|
Definition
|
|
Term
|
Definition
displays the directories and files in a tree structure. |
|
|