|

Home Page

sgb - Segmented Backup

idbg - Install Debugging

irhg - Integrated Ruby Hackers Guide
THOR - World's Best Paper Airplane!

Downloads Available

Reaper's World

File Utilities
|
File Utilities - Updated Dec 24, 2007
psd_sys -- System Process Display and Kill program
Will display the results of the command
ps -U root -u root -N -f
Double Clicking on a line in that display will
kill the process associated with that line.
psd_usr -- User Process Display and Kill program
Will display the results of the command
ps -ejH
Double Clicking on a line in that display will
kill the process associated with that line.
**NOTE** -- Several of the programs below require  the
file dir_file.rb.   This file is included, but
it must be installed in the Ruby library area!
dir_clean -- Dir Clean Program
Will perform a clean operation of individual dir's
or entire dir Trees.
Usage: dir_clean {param-file}
TRE: {dir-spec} - Clean Directory Tree
DIR: {dir-spec} - Clean specified Directory
sflist -- List Dir Sizes Program (ALL)
srlist -- List Dir Sizes Program (ALL > 1.0MB)
This program computes the size of each dir (NOT
the dir tree) and prints out a report. 'sflist'
prints out all directories. 'srlist' reports only
the directories larger the 1.0MB.
Usage: sflist {param-file}
usage: srlist {param-file}
SCN: {dir-spec} - Dir to scan
:: :: ::
SCN: {dir-spec} - Dir to scan
EXD: {dir-spec} - Dir to Exclude from scan
:: :: ::
EXD: {dir-spec} - Dir to Exclude from scan
upd -- Update BIN Area Program
This program updates a BIN or multiple BIN areas
based on contents of the parameter file. Each
file specified is copied to each specified BIn
area.
Usage: upd {param-file}
BIN: {dir-spec} - Target Distribution Dir
:: :: ::
BIN: {dir-spec} - Target Distribution Dir
FIL: {file-spec} - File to Distribute
:: :: ::
FIL: {file-spec} - File to Distribute
upd_cln -- Clean up after Updates to BIN Areas
This program cleans all BIN Areas specified
in the 'upd' parameter file. The File Spec
is ignored, since this program only removes
any backup copies in the Bin Areas.
Usage: upd {param-file}
BIN: {dir-spec} - Target Distribution Dir
:: :: ::
BIN: {dir-spec} - Target Distribution Dir
FIL: {file-spec} - File to Distribute
:: :: ::
FIL: {file-spec} - File to Distribute
prm_dump -- Format and Dump Selected PRM Files
Usage: prm_dump {target_dir} {selection_text}
For Example: "prm_dump . sgb"
Prints all PRM Files in current directory
where the text 'sgb' is present in filename
|