Search ('all' for everything):
Search results:
digitcnt — count the number of digits in a file.

Index of Function Types:
affects &pos
character sets
co-expressions
control structures
file processing
generators
infix operations
keywords
lists, sets and tables
math
metadata
output formatting
pattern matching
prefix operations
records
strings
windows and keyboards

Index of Subsystems:
base
digitcnt.icn
SNOBOL4 functions
system
 
call system function
 
Description

i system(s)
system(s) calls the C library function system to execute s and produces the resulting integer exit status.
 
Parameters
s
command and arguments to make a shell call.
returns
integer command exit status
 
Errors
103 s is not a string