[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]

System User's Guide: Operating System and Devices


Field Splitting in the Korn Shell or the POSIX Shell

After performing command substitution, the Korn shell scans the results of substitutions for those field separator characters found in the IFS (Internal Field Separator) variable. Where such characters are found, the shell splits the substitutions into distinct arguments. The shell retains explicit null arguments ("" or '') and removes implicit null arguments (those resulting from parameters that have no values).


[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]