|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
Re: [Plug] Cygwin (was: freeware windows X server ? (was: uncrippledwin32X
|
Check this out
http://www.reedkotler.com/RKTOOLS/rktools.html
They have a whole slew of tools for NT and 95.
Reed Kotler Toolset
1/17/97
The Reed Kotler Toolset contains the following list of mostly Unix
flavored commands and tools:
antlr.exe -- translator writing tool (ANother Tool for Language
Recognition).
awk.exe -- pattern matching text manipulation language.
basename.exe -- command to compute basename of a string argument.
bc.exe -- an arbitrary precision command calculator.
bison.exe -- translator writing tool, yacc compatible.
cal, gcal.exe -- calendar printing program.
cat.exe -- command to concatenate files.
chmod.exe -- command to set files permission.
ci.exe -- RCS command to check-in file.
cksum.exe -- command to compute files check-sum.
cmp.exe -- command to compare 2 files.
co.exe -- RCS command to check-out file.
comm.exe -- command to compare 2 files.
cp.exe -- command to copy files and directories.
csplit.exe -- command to split a text file into multiple smaller
files.
ctags.exe -- command to generate tag files for vi editor use.
cut.exe -- command to extract fields in text file.
d2u.exe -- command to convert DOS text file to Unix text file.
date.exe, datetime.exe -- command to print date and time.
diff.exe -- command to compare 2 text files.
diff3.exe -- 3-way diff command used by RCS to do 3-way diff.
dlg.exe -- lexical analyzer tool used with antlr tool.
du.exe -- command to summarize disk space usage by files and
directories.
echo.exe -- command to echo command line arguments.
edenv.bat -- command to edit environment variables on the fly in
current DOS box.
emacs.exe -- emacs editor.
err.exe -- command to redirect standard error to standard output of
a command invocation.
etags.exe -- command to generate tag file used by emacs editor.
expand.exe -- command to convert tabs to spaces in text files.
find.exe -- command to search for specified files and do something
to them.
flex.exe -- lexical analyzer writing language tool. C/C++
programming tool.
fmt.exe -- command to format text file.
fold.exe -- command to fold long line in a text file to a specified
width.
gmake.exe -- gnu make utility (like nmake).
gperf.exe -- perfect hash table generator. C/C++ programming tool.
grep, egrep.exe, fgrep.exe -- command to print matching strings in
text files.
gunzip.exe -- GNU Unzip decompression command.
gzip.exe -- GNU zip compression command.
head.exe -- print the first so many lines of text files.
hexdump.exe -- hexdump and reverse hexdump utility.
ident.exe -- RCS command to check for RCS's identification markers
in files.
indent.exe -- C source files beautifier. C programming tool.
join.exe -- command to join each record in each input file with the
same key.
less.exe -- command to view a text file.
ls.exe -- command to list directories and files.
m4.exe -- macro pre-processor. A language programming tool.
md5sum.exe -- command to compute 128-bit check-sum on files.
merge.exe -- RCS revision merge command.
mkdir.exe -- command to make directory.
more.exe -- command to view file.
mpack.exe -- command to encode files with BASE64 enoding.
munpack.exe -- command to decode BASE64 encoded files.
mv.exe -- command to move files and directories.
nl.exe -- command to number line in text files.
od.exe -- command to do octal, hex, etc dump of files.
paste.exe -- command to paste corresponding lines in one file with
another.
perl.exe -- pattern matching text manipulation language.
pr.exe -- command to paginate or columnate ascii text files for
printing.
printf.exe -- command to do printf type formatting on its arguments.
pwd.exe -- command to print current working directory.
rcs.exe -- RCS revision management command.
rcsclean.exe -- RCS clean up command.
rcsdiff.exe -- RCS revision comparison command.
rcsmerge.exe -- RCS revision merging command.
rlog.exe -- RCS log viewing command.
rm.exe -- command to remove files and directories.
rmdir.exe -- command to remove diectories.
sed.exe, gsed.exe -- stream editor. Text editor based on script.
sor.exe -- PCCTS source to source translation tool. Used with antlr
tool. C/C++ language tool.
sort.exe -- command to sort text files.
split.exe -- command to split a text file into multiple smaller
files.
strings.exe -- command to dump printable string in files.
sum.exe -- command to compute Unix check-sum.
tac.exe -- command to concatenate files and reverse records in those
files.
tail.exe -- command to dump last so many lines of files.
tar.exe -- command to archive files and directories in tar tape
format.
tcsh.exe -- TCSH command shell.
timer.exe -- command to time execution time of a command.
touch.exe -- command to modify the timestamp of files.
tr.exe -- command to translate, squeeze, and/or delete characters.
u2d.exe -- command to convert Unix text files to DOS text files.
unexpand.exe -- command to replace spaces with tabs in text files.
uniq.exe -- command to uniqify records in text files.
uudecode.exe -- command to decode uuencoded files.
uuencode.exe -- command to encode files.
vi.exe, vim.exe -- vi text file editor.
wc.exe -- command to count characters, words, and lines of files.
which.exe -- command to find out which command will be executed if
invoked in current environment.
yacc.exe -- parser writing tool. C/C++ language tool.
zcat.exe -- command to decompress gzip and compress compressed files
to standard output.
--
I believe the technical term is "Oops!"
_______________________________________________
Plug maillist - Plug@lists.nothinbut.net
http://lists.nothinbut.net/mail/listinfo/plug
|
|