getopts.java is a simple parser for java. It is based on the Unix getopts shell utility of the same name. Example usage: See main() below. /* Name: $Id$ * Description: getopts is a simple command line… more →
H446log's Blogh446log wrote 2 days ago: getopts.java is a simple parser for java. It is based on the Unix getopts shell utility of the same … more →
ctpatriot1970 wrote 6 days ago: WASHINGTON — For late-19th-century anarchists, terrorism was the “propaganda of the deed … more →
h446log wrote 2 weeks ago: Here’s a very simple utility program that I use to debug how the shell interpreter parses quot … more →
h446log wrote 2 weeks ago: 1. hgrep displays grep results in highlights. 2. rgrep runs grep on all the files in a directory tre … more →
h446log wrote 2 weeks ago: Perform number base conversions and calculations. Note: The script behaves differently, depending on … more →
h446log wrote 3 weeks ago: This is a utility script that operates similarly to the find file (ff.sh) script previously presente … more →
h446log wrote 4 weeks ago: Set the command line prompt to the current shell level and directory (directory is abbreviated if ve … more →
h446log wrote 1 month ago: Here’s a shell script that implements the old Norton Utilities “FileFind” utility. … more →
h446log wrote 1 month ago: Here is a script that implements a Windows style ‘Recycle Bin’ delete function. Similarl … more →
kousik wrote 1 month ago: I just stumbled upon a few ways to change the default login shell to bash: The easiest one is $ chsh … more →
ddouthitt wrote 1 month ago: The first thing I do when I log into a system, including Solaris, HP-UX, FreeBSD, and Linux is exec … more →
peeterjoot wrote 2 months ago: Here’s the task. Check out a bunch of files from version control to work on them, perhaps driv … more →
Amin Jaffer wrote 3 months ago: # how to create a array and assign a list of values set -A fruit apples pears oranges banana # print … more →
Amin Jaffer wrote 3 months ago: In ksh shell – case statement case variable_name in pattern1) statements1 ;; pattern2) stateme … more →
Amin Jaffer wrote 3 months ago: # Sample script that shows how ERR signal works, when a command returns a non-zero status it trigger … more →
ccollins wrote 4 months ago: Computer Data Output File this one under “Another Nifty script-let”. The problem this t … more →
iscript4u wrote 6 months ago: Most Linux [and to some extent, Windows] users or administrators try to run away from scripting or g … more →
prateekurmaliya wrote 6 months ago: this question keeps cropping up on various forums,how can a user check which login shell she is usin … more →
Amin Jaffer wrote 10 months ago: If you use SSH to login using your own user account and su to oracle or su directly to oracle then d … more →