Constant yash_env::variable::IFS

source ยท
pub const IFS: &str = "IFS";
Expand description

The name of the IFS variable

The IFS variable separator characters for field splitting. The initial value is " \t\n".