search for: primary_operators

Displaying 1 result from an estimated 1 matches for "primary_operators".

2007 Oct 19
1
Size and performance efficient rewriting of the `dash.test` built-in
...ck a list of files. == This are not POSIX ops, described in [0] as to be not included from original KornShell, due to not including `[[' semantics. Nonetheless, they are present in `dash` and in other implementations. Maybe because of [0]: Additional implementation-defined operators and primary_operators may be provided by implementations. They shall be of the form - operator where the first character of operator is not a digit. Now, i want to add something like this: #!/bin/dash cd /mnt/path/to/src test file.c -ot [ utils/foo.c include/bar.h ] && do_update [ file.c -nt [ utils...