Next: sprintf - format a string, Previous: shell-str - double quote shell string, Up: Common Scheme Functions [Contents][Index]
Usage: (shellf format [ format-arg ... ]) Format a string using arguments from the alist, then send the result to the shell for interpretation.
Arguments: format - formatting string format-arg - Optional - list of arguments to formatting string