poc 2
This commit is contained in:
@@ -14,15 +14,17 @@ function do_subshell_false {
|
||||
|
||||
function do_subshell_term {
|
||||
|
||||
echo -n toto est fluo
|
||||
>&2 echo -n 'error in transla...'
|
||||
echo first line.
|
||||
# echo -n second line...
|
||||
# >&2 echo stderr1
|
||||
# grep none none 2>/dev/null
|
||||
# echo 'toto' | grep none
|
||||
# echo 'toto' | return 3
|
||||
|
||||
echo -n "found1=$(grep nope nope)"
|
||||
echo "found1=$(grep nope nope | grep none)"
|
||||
echo "found2=$(command_not_found)"
|
||||
echo SHOULD NOT SHOW UP!
|
||||
# echo "found1=$(grep nope nope | grep none)"
|
||||
# echo "found2=$(command_not_found)"
|
||||
# echo SHOULD NOT SHOW UP!
|
||||
}
|
||||
|
||||
function do_last_false {
|
||||
|
||||
Reference in New Issue
Block a user