freebsd_amp_hwpstate/bin
Mike Pritchard fa10160c65 Provide examples of how to remove file names that begin with
a dash in non-getopt implementations.  E.g.:
	rm /home/mpp/-filename
	rm ./-filename

Requested by: bde
1997-04-09 05:04:43 +00:00
..
cat compare return value from getopt against -1 rather than EOF, per the final 1997-03-28 15:24:41 +00:00
chflags compare return value from getopt against -1 rather than EOF, per the final 1997-03-29 04:34:07 +00:00
chio
chmod compare return value from getopt against -1 rather than EOF, per the final 1997-03-28 15:24:41 +00:00
cp compare return value from getopt against -1 rather than EOF, per the final 1997-03-28 15:24:41 +00:00
csh
date compare return value from getopt against -1 rather than EOF, per the final 1997-03-28 15:24:41 +00:00
dd
df compare return value from getopt against -1 rather than EOF, per the final 1997-03-28 15:24:41 +00:00
domainname
echo
ed compare return value from getopt against -1 rather than EOF, per the final 1997-03-28 15:24:41 +00:00
expr
hostname compare return value from getopt against -1 rather than EOF, per the final 1997-03-28 15:24:41 +00:00
kill
ln compare return value from getopt against -1 rather than EOF, per the final 1997-03-28 15:24:41 +00:00
ls compare return value from getopt against -1 rather than EOF, per the final 1997-03-28 15:24:41 +00:00
mkdir Fix several problems with mkdir: 1997-04-01 23:46:22 +00:00
mv compare return value from getopt against -1 rather than EOF, per the final 1997-03-28 15:24:41 +00:00
pax compare return value from getopt against -1 rather than EOF, per the final 1997-03-28 15:24:41 +00:00
ps compare return value from getopt against -1 rather than EOF, per the final 1997-03-28 15:24:41 +00:00
pwd compare return value from getopt against -1 rather than EOF, per the final 1997-03-28 15:24:41 +00:00
rcp compare return value from getopt against -1 rather than EOF, per the final 1997-03-28 15:24:41 +00:00
rm Provide examples of how to remove file names that begin with 1997-04-09 05:04:43 +00:00
rmail compare return value from getopt against -1 rather than EOF, per the final 1997-03-28 15:24:41 +00:00
rmdir compare return value from getopt against -1 rather than EOF, per the final 1997-03-28 15:24:41 +00:00
sh compare return value from getopt against -1 rather than EOF, per the final 1997-03-28 15:24:41 +00:00
sleep compare return value from getopt against -1 rather than EOF, per the final 1997-03-28 15:24:41 +00:00
stty compare return value from getopt against -1 rather than EOF, per the final 1997-03-28 15:24:41 +00:00
sync
test
Makefile
Makefile.inc