Home
last modified time | relevance | path

Searched refs:shebang (Results 1 – 3 of 3) sorted by relevance

/coreutils/tests/env/
Denv-S-script.sh29 cat <<EOF > shebang || framework_failure_
32 cat <<\EOF >> shebang || framework_failure_
36 shebang=$(sed -n 's/^#!//p;q' < "$script")
37 interp=$(printf '%s' "$shebang" | cut -d' ' -f1)
38 rest=$(printf '%s' "$shebang" | cut -s -d' ' -f2-)
42 chmod a+x shebang || framework_failure_
50 ./shebang ./env_test || skip_ "Error running env_test script"
67 ./shebang ./env1 C D "E F" > out1 || fail=1
82 ./shebang ./env2 > out2 || fail=1
97 ./shebang ./env3 W > out3 || fail=1
[all …]
/coreutils/doc/
Dcoreutils.texi17712 @command{env} is commonly used on first line of scripts (shebang line):
17946 @cindex shebang arguments
17950 multiple arguments on shebang lines. @command{env} supports FreeBSD's
17970 arguments on the first line of scripts (the shebang line, @samp{#!}).
18068 needed when using @command{env -S} in a shebang line on the first line of a
18083 Using @option{-vS} on a shebang line in a script:
18190 to avoid space characters in a shebang line (see examples below).
/coreutils/
DNEWS929 (shebang lines).