|
SCP - secure copy protocol |
|
SSH - secure shell |
|
TAIL - view the tail end of a file |
|
SFTP - secure file transfer protocol |
|
FIND - locate files and directories |
|
TREE approximation using FIND and SED |
|
Search last N commands |
|
cp -R and copying contents vs. copying directory |
|
PUSHD, POPD and DIRS - manage the directory stack |
|
id, finger and hostname |
|
Benchmark Apache with ab |
|
Search SVN logs |
|
screen - open multiple "windows" in one session, detach, reattach later. |
|
which - see the path of a program file |
|
egrep without .svn matches polluting results (by using an inverted egrep) |
|
RENAME - rename multiple files |
|
LOCATE - find files by name |
|
FOR - looping |