On this page you find some handy unix scripts which I programed by my self. The page itself was also created by the script createScriptTable. It uses also a header and foother HTML-page and the parameter -html to generate HTML ouput.
Script | Description |
---|---|
print user information |
|
converts CP 437/850 "Umlaute" to ISO 8859 equivalents |
|
backup a directory tree |
|
print number to different bases |
|
create a cd-image and write it |
|
create a cd-image |
|
clean up |
|
cleans a netscape bookmark up |
|
create an html-table with all script-descriptions and links |
|
convert diff output to HTML |
|
change permission of a directorytree |
|
change owner of a directorytree |
|
set the display variable correct |
|
execute a ftp-command on a specific host |
|
check german word with ispell |
|
check english words with ispell |
|
find security holes |
|
create a string with a given number of spaces |
|
create a string with a given number of tabs |
|
format input in HTML table form |
|
find all idle users |
|
test if the argument is a number |
|
convert German "Umlaute" from ISO 8859 to CP 437 |
|
changes ISO 8859 special characters to HTML-characters |
|
compile a java application which is defined in the |
|
start a java application which is defined in the |
|
kill process by given name |
|
simple script to view / print and convert latex files |
|
find all users on the system which where loged in |
|
list all dot files in a directory |
|
directory list with summary |
|
show targets in a Makefile |
|
print man pages to the printer |
|
saves a man page into a file |
|
Searches all modified files |
|
search methods or javadoc description in source (Java, C++, C). It can also filter javadoc description from src. |
|
search a text in files |
|
start Netscape with a URL. If Netscape is already |
|
save all dot files in a directory |
|
Sets the date from a timeserver. |
|
check latex text with ispell |
|
remove HTML tags from input |
|
substitute whitspace with TABs or TABs with whitspace |
|
change filename with upper letter to lower letters |
|
change filename with lower letters to upper letters |
|
sets the time from a time server |
|
verify java sources |
|
mounts a windows driver or directory with samba |
|
write a image on a cd |
The scripts in this section wrappes the common cvs commands and extends the cvs to a non-concurrent version system. I know that this is NOT the idea of cvs but I used a good version system like cvs with the functionality of cvs. RCS was not the solution because it works only on a local mounted filesystem.
Script | Description |
---|---|
add files to the cvs |
|
show last revision where each line was modified |
|
checkout a module from cvs |
|
commit and unlock files from the cvs |
|
show the diff between two revisions |
|
lock files from the cvs |
|
show all editors |
|
shows a history of cvs |
|
show log messages from cvs |
|
remove files from the cvs |
|
show from a given file an older version |
|
show the status of a file |
|
sets a tag |
|
undo the changes |
|
update files from the cvs |
|
Creates a list of all found files in the cvs with |
Copyright 2003 by Patrick Meier
Last updated on 08.09.2003 by Patrick Meier