Append to a file.
assoc cmd /c '"assoc ^!^*"'List file associations.
beep eval echo -n ^aBeep sound.
breaksw breakOlder BSD 4.3 name for a break statement inside a switch.
cdd cd +cChange the directory and disk in one command.
copy local s; @ s = $nowild; @ nowild = 1; safecopyInvoke the standard Windows copy command with shell wildcarding turned off so copy will work sensibly.
date dtDisplay the current time and date using the date utility, stored as dt.exe.
del local s; @ s = $nowild; @ nowild = 1; safedelInvoke the Windows del command with shell wildcarding turned off so del *.* will still produce the “Are you sure?” message.
di diff -b!Run the diff command, ignoring white space differences and using color to highlight the changes.
dir cmd /c dirInvoke the cmd.exe dir command processor. (Alternately, you may wish to intercept dir the same way copy or del are done, turning off shell wildcarding before running the command.)
duc du -cDisk usage for the current disk only.
dumphist history -s > ~\history.cshDump out the history list.
endif endOlder BSD 4.3 name for the end of an if statement.
endsw endOlder BSD 4.3 name for the end of switch statement.
erase delAlternate name for del.
f fgrepQuicker name for fgrep.
fi fgrep -ifgrep case-independent.
fn fgrep -nfgrep and print line numbers.
ftype cmd /c '"ftype ^!^*"'List file associations.
g grepQuicker name for grep.
gi grep -igrep case-independent.
gvim env -D SHELL= gvim.exeDelete the SHELL variable from the environment passed to the graphical version of the Vim editor editor. Vim only knows how to pass commands to cmd.exe.
h historyQuicker name for history.
helpA procedure using winerror (in the samples directory) to print the message corresponding to the return code from the last command.
home cdd ~Change to the home disk and directory.
killp kill -x! ^`pss ^!^*^`:0kill any matching processes.
label hlabelRead/write the volume label.
ld ls -a +D -.List only the subdirectories.
ldr ls -LdrList recursively by date
ll ls -LList directories, long format.
loadhist source -n ~\history.cshLoad the history list without executing any of it.
md mkdirMake directories.
mi more -iQuick interactive startup of your favorite version more. Clears the screen when it starts up and doesn't just exit if there's less than a screenful.
more hmoreHamilton more utility, stored in hmore.exe.
pause echo -n Press any key when ready ...; @ getchar; echoPause, waiting for any keystroke or character from stdin.
po popdPop the directory stack.
pss ps -s | fi ^!^*List any matching processes.
pu popdPush the directory stack.
q exitExit the C shell
rd rmdirRemove empty directories.
ren renameAnother name for the rename alias.
rename local s; @ s = nowild; @ nowild = 1; saferenameInvoke the standard Windows rename command with shell wildcarding turned off so the rename will work sensibly.
rm hrmHamilton rm utility, stored as hrm.exe.
ro rotdRotate the directory stack.
rot13 tr 'n-za-mN-ZA-M'Encoder/Decoder for off-color jokes on Internet.
sort hsortHamilton sort utility, stored as hsort.exe.
start env -NStart a command in a new window.
su env -D LAYER= su.exeDelete the LAYER variable from the environment passed to su so the prompt doesn't look like a subshell with a layer number.
sudo su -.sudo wrapper to su.
type catCopy files to stdout.
uud uudecodeuudecode binary data.
uue uuencode -cuuencode using cp-style syntax.
vim env -D SHELL= vim.exeDelete the SHELL variable from the environment passed to the Vim editor. Vim only knows how to pass commands to cmd.exe.
vol vlList volume labels.
w (wait; beep)Wait for background processes and beep.
xcopy local s; @ s = nowild; @ nowild = 1; safexcopyInvoke the standard Windows xcopy command with shell wildcarding turned off so xcopy will work sensibly.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.3