[comp.sys.atari.st] MW_C Documentation

FORTINP%BNR.CA@FORSYTHE.STANFORD.EDU (Pierre Fortin, P.) (08/09/88)

MW_C documentation anomalies:

P.417: v_meta_write  should read  v_write_meta

P.454: od [-bcdox] ....
         -x  is not documented...?
         -b  is this correct considering -x ?

P.186: -VASM refers to "-VLINES option, described below,"... Hmmm, low
       enough it fell off the page...?
       (might as well write in the reference to -VCSD while we're on
       this page)

P.425-432:  Anyone have docs on the following undocumented (other than
       partial docs in help file) MSH commands?:
           . comfile
           chmod mode file [...]
           drvprs [-q] drive
           inherit variable ...
           lc         (I use this instead of 'ls' in my PROFILE)
           mousehidden
           mshversion

       OK, I know about the last few, but I was on a roll...

Pierre Fortin
FORTINP@BNR.BITNET

hyc@math.lsa.umich.edu (Howard Chu) (08/09/88)

In article <8808090254.AA22852@ucbvax.berkeley.edu> FORTINP%BNR.CA@FORSYTHE.STANFORD.EDU (Pierre  Fortin, P.) writes:
>MW_C documentation anomalies:
 
>P.425-432:  Anyone have docs on the following undocumented (other than
>       partial docs in help file) MSH commands?:
>           . comfile
This is inherited from the Unix Bourne shell - it's how you execute the
commands in a shell script without starting up a subshell. (You could
execute the script with something like "msh comfile" but if it's something
like "profile" it doesn't do you much good...)

>           chmod mode file [...]
>           drvprs [-q] drive
>           inherit variable ...
>           lc         (I use this instead of 'ls' in my PROFILE)
>           mousehidden
>           mshversion
>
>       OK, I know about the last few, but I was on a roll...
>
>Pierre Fortin
>FORTINP@BNR.BITNET

Forgot details of some of those, and a few others are really strange
sounding. I'd like to get filled in on these as well.
--
  /
 /_ , ,_.                      Howard Chu
/ /(_/(__                University of Michigan
    /           Computing Center          College of LS&A
   '              Unix Project          Information Systems

mark@lakesys.UUCP (Mark Storin) (08/09/88)

>In article <8808090254.AA22852@ucbvax.berkeley.edu> FORTINP%BNR.CA@FORSYTHE.STANFORD.EDU (Pierre  Fortin, P.) writes:
>
>>           chmod mode file [...]

	chmod - Change mode of a file, chmod [+-][shmw]
		s - system file (hidden from normal directory searches)
		h - Hidden file (" ")
		m - backed-up
		w - Write allowed
	Preceding the above modes with a '+' adds the mode, a '-' removes it.

>>           drvprs [-q] drive

		Checks to see if a drive is present. -q supresses verbosity.
	For use in MSH script conditionals.

>>           inherit variable ...

		Allows a sub-shell to inherit a variable set in its parent
	shell.
>>           lc         (I use this instead of 'ls' in my PROFILE)

		An alias for ls -w in msh.

>>           mousehidden

		Returns the number of times the mouse has been hidden.  Under
	"GEM" the mouse must be "restored" as many times as it was hidden
	before it will reappear.

>>           mshversion

		prints the current version of msh.

	BTW, I don't use msh. I much prefer Gulam.  Gulam's aliasing facility
is, in my opinion, superior.  Plus, it has an emacs editor built in, and
command line editing.  Just my preference's.

-- 
Mark A. Storin					
Lake Systems, Milw., WI			
UUCP: uwvax!uwmcsd1!lakesys!mark || uunet!marque!lakesys!mark