Begin
File:         ws 
Description: walk directory structure 
Keywords: walk directory structure QNX4 QNX2
Version:       
Entered-date:  1992   
Author:         
Ported-by:	
Original-site:	
Copying-policy:
Supplemental:

'ws' was/is a QNX 2 utility that was supplanted by find. 'ws' was 
initially present in the QNX 4 product for QNX 2 users who were 
already familiar with it, then it was formally deprecated, and 
several versions later was removed entirely. 


The following is the use message for ws:

--
ws - walk directory structure executing a command (QNX)

*** Note - it is recommended that you use the find utility
*** instead of ws.

ws [options]... [[directory] "command"]
Options:
 -a date/time               Use only files after date/time.
 -b date/time               Use only files before date/time.
 -c [p=c|d=c]               Set path/delete char to character c or \\octal.
 -d                         Exec on directories, not files.
 -e ignore|prompt|abort     On an error; ignore, prompt or abort.
 -g group[,group]*          Use only files belonging to these groups.
 -l levels                  Recurse this number of levels.
 -m mode[,mode]*            Use only on files matching these modes.
 -[Pp] pattern[,pattern]*   All files exec'ed on must match this pattern.
 -q                         Quiet. Don't display commands executed.
 -i                         Interactive. Query user before executing
                            each invocation of 'command'.
 -r                         Pass relative paths to commands.
 -t                         Ignore the date/time of files being processed.
 -u owner[,owner]*          Exec on files belonging to these users.
Where:
 Date/time format is "[UTC] day/month/yr hr:min:sec", 24 hr clock.
 Mode format is octal or <[u|g|o]...|a>=[r|w|s]...
 Modes and patterns may be preceded by '!' meaning 'not'.
--


End
